feat: openssh

This commit is contained in:
punkfairie 2025-05-25 19:19:32 -07:00
parent e0087d7668
commit 29f77cd309
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 2 additions and 0 deletions

View file

@ -4,5 +4,6 @@
./docker.nix
./gnome-keyring.nix
./mopidy.nix
./openssh.nix
];
}

View file

@ -10,6 +10,7 @@ in {
config = lib.mkIf cfg.enable {
services.openssh = {
enable = true;
settings = {
PermitRootLogin = "prohibit-password";
};