modified: auto-installer/installer.nix

This commit is contained in:
2025-07-21 00:27:38 +10:00
parent d5f6a154ca
commit 2e6f19e597

View File

@@ -9,7 +9,7 @@
time.timeZone = "Australia/Brisbane"; time.timeZone = "Australia/Brisbane";
services.openssh.enable = true; services.openssh.enable = true;
services.openssh.settings.permitRootLogin = "yes"; services.openssh.settings.PermitRootLogin = "yes";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git curl parted e2fsprogs btrfs-progs util-linux git curl parted e2fsprogs btrfs-progs util-linux