Enable custom ssh conf for git system
This commit is contained in:
parent
62723f9995
commit
647b07c426
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ in
|
||||||
./shared/system.nix
|
./shared/system.nix
|
||||||
./shared/dev_user.nix
|
./shared/dev_user.nix
|
||||||
./shared/docker.nix
|
./shared/docker.nix
|
||||||
# ./shared/ssh.nix
|
./shared/ssh.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
ports = [ 23 ];
|
ports = [ 23 ];
|
||||||
settings = {
|
settings = {
|
||||||
AllowUsers = [ "dev" ];
|
AllowUsers = [ "dev" "root" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue