diff --git a/hosts/algiz/system.nix b/hosts/algiz/system.nix index 13b5fa1..7fe7c39 100644 --- a/hosts/algiz/system.nix +++ b/hosts/algiz/system.nix @@ -27,7 +27,7 @@ services.openssh.enable = true; services.openssh.settings.PasswordAuthentication = false; - users.mutableUsers = false; + # users.mutableUsers = false; # Use the GRUB 2 boot loader. boot.loader.grub.enable = true;