This commit is contained in:
iFargle 2023-11-29 19:41:32 +09:00
parent a885d2a5e6
commit 2c9377d7cb

View file

@ -6,17 +6,8 @@
# ssh setup
boot.kernelParams = [ "ip=dhcp" ];
# ssh setup
boot.initrd.network.enable = true;
boot.initrd.network.ssh = {
enable = true;
port = 22;
shell = "/bin/cryptsetup-askpass";
authorizedKeys = [ "ssh-rsa AAAAyourpublic-key-here...." ];
hostKeys = [ "/etc/secrets/initrd/ssh_host_rsa_key" "/etc/secrets/initrd/ssh_host_ed25519_key" ];
};
boot.initrd = {
enable = true;
systemd.users.root.shell = "/bin/cryptsetup-askpass";
availableKernelModules = [ "cdc_ncm" ];
network.enable = true;