diff --git a/nixos/common.nix b/nixos/common.nix index 428ceda..07127d5 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -217,8 +217,8 @@ services.openssh = { enable = true; settings = { - PermitRootLogin = "no"; - PasswordAuthentication = false; + PermitRootLogin = "no"; + PasswordAuthentication = false; }; hostKeys = [{ @@ -300,7 +300,7 @@ "/etc/ssh/user_ca.pub" ]; }; - + "/mnt/data" = { directories = [ "/etc/luks-keys" ]; }; "/mnt/logs" = { directories = [ "/var/log" ]; }; };