--wip-- [skip ci]

This commit is contained in:
Filippo Berto 2022-12-18 15:45:09 +01:00
parent 44af181073
commit 3c708430bb
3 changed files with 3 additions and 3 deletions

View file

@ -87,7 +87,7 @@ with lib; {
openssh = {
enable = true;
openFirewall = true;
permitRootLogin = "no";
permitRootLogin = "prohibit-password";
passwordAuthentication = false;
};
# plex = { enable = true; openFirewall = true; group = "users"; };

View file

@ -236,7 +236,7 @@
loki = {
hostname = "loki.local";
profiles.system = {
user = "root";
user = "bertof";
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.loki;
};
};

View file

@ -2,7 +2,7 @@
services.openssh = {
enable = true;
openFirewall = true;
permitRootLogin = "prohibit-password";
# permitRootLogin = "prohibit-password";
passwordAuthentication = false;
};
users.users.root = {