This commit is contained in:
Shelvacu
2024-06-01 23:46:07 -07:00
parent 5692ba24f7
commit d67317d8f1

View File

@@ -6,4 +6,5 @@
# this is an installer image, created anew every time. There's no state we need to worry about messing up
system.stateVersion = config.system.nixos.version;
isoImage.isoBaseName = "nixos-shel-installer";
services.openssh.settings.PermitRootLogin = lib.mkForce "yes";
}