From 2e6f19e597ebbdfc96925792ebe164f73d7f036a Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 21 Jul 2025 00:27:38 +1000 Subject: [PATCH] modified: auto-installer/installer.nix --- auto-installer/installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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