This commit is contained in:
iFargle 2023-11-29 19:39:48 +09:00
parent 9010b50d8c
commit a885d2a5e6

View file

@ -17,10 +17,9 @@ boot.initrd.network.ssh = {
}; };
boot.initrd = { boot.initrd = {
enable = true;
systemd.users.root.shell = "/bin/cryptsetup-askpass"; systemd.users.root.shell = "/bin/cryptsetup-askpass";
network.enable = true;
availableKernelModules = [ "cdc_ncm" ]; availableKernelModules = [ "cdc_ncm" ];
network.enable = true;
network.ssh = { network.ssh = {
enable = true; enable = true;
port = 22; port = 22;