diff --git a/auto-installer/installer.nix b/auto-installer/installer.nix index a26c30c..28817aa 100644 --- a/auto-installer/installer.nix +++ b/auto-installer/installer.nix @@ -9,7 +9,7 @@ time.timeZone = "Australia/Brisbane"; services.openssh.enable = true; - services.openssh.settings.permitRootLogin = "yes"; + services.openssh.settings.PermitRootLogin = "yes"; environment.systemPackages = with pkgs; [ git curl parted e2fsprogs btrfs-progs util-linux