fix installer #1175

Merged
kenji merged 2 commits from docs into main 2024-04-12 14:00:25 +00:00
Showing only changes of commit 860167de70 - Show all commits

View File

@ -16,6 +16,7 @@
(modulesPath + "/profiles/installation-device.nix")
(modulesPath + "/profiles/all-hardware.nix")
(modulesPath + "/profiles/base.nix")
(modulesPath + "/installer/cd-dvd/iso-image.nix")
];
services.openssh.settings.PermitRootLogin = "yes";
system.activationScripts.root-password = ''
@ -64,4 +65,5 @@
cat /var/shared/qrcode.utf8
fi
'';
isoImage.squashfsCompression = "zstd";
}