moved forgejo from cirrus to cirrostratus for more disk space.
This commit is contained in:
parent
14ac8a86ad
commit
2f3c84ca71
7 changed files with 24 additions and 6 deletions
|
|
@ -11,8 +11,12 @@
|
|||
];
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PermitRootLogin = "prohibit-password";
|
||||
settings.PasswordAuthentication = false;
|
||||
ports = [22];
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
PermitRootLogin = "prohibit-password";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
# so we dont have to set TERM everytime we ssh in.
|
||||
environment.systemPackages = [pkgs.kitty.terminfo];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue