diff --git a/.sops.yaml b/.sops.yaml index bc1b7e25..4dbe8444 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -19,4 +19,4 @@ creation_rules: - path_regex: secrets/.+$ key_groups: - pgp: [ *lilith ] - age: [ *lilith-pad, *lilith-pc ] + age: [ *lilith-pad, *lilith-pc, *lilith-lab ] diff --git a/home/lilith/ssh.nix b/home/lilith/ssh.nix index 1ce745d8..030ad610 100644 --- a/home/lilith/ssh.nix +++ b/home/lilith/ssh.nix @@ -16,7 +16,7 @@ "lilith-lab" = { user = "lilith"; - hostname = "nixserver"; + hostname = "lilith-lab"; }; "lilith-lab-proxy" = { diff --git a/system/core/ssh.nix b/system/core/ssh.nix index 78387844..fd2e0666 100644 --- a/system/core/ssh.nix +++ b/system/core/ssh.nix @@ -13,7 +13,7 @@ ports = [ 22 ]; settings = { PermitRootLogin = "no"; - PasswordAuthentication = false; + PasswordAuthentication = true; }; };