idk I fixed some stuff
This commit is contained in:
parent
4c66c514a3
commit
8aab959e42
2 changed files with 20 additions and 1 deletions
|
|
@ -127,6 +127,18 @@ in {
|
|||
...
|
||||
}: {
|
||||
environment.systemPackages = [pkgs.forgejo];
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
ports = [cfg.sshPort];
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
# AllowUsers = ["git"];
|
||||
};
|
||||
};
|
||||
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue