Enable custom ssh conf for git system

This commit is contained in:
hodasemi 2025-05-22 09:44:23 +02:00
parent 62723f9995
commit 647b07c426
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ in
./shared/system.nix
./shared/dev_user.nix
./shared/docker.nix
# ./shared/ssh.nix
./shared/ssh.nix
];
security.acme = {

View file

@ -10,7 +10,7 @@
enable = true;
ports = [ 23 ];
settings = {
AllowUsers = [ "dev" ];
AllowUsers = [ "dev" "root" ];
};
};
};