Add --ssh-pubkey FILE argument

This commit is contained in:
Qubasa
2024-04-23 18:55:00 +02:00
parent 038e63612f
commit b1dd5c2832
15 changed files with 192 additions and 31 deletions

View File

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