This commit is contained in:
iFargle 2023-11-26 20:40:33 +09:00
parent e32068137a
commit fdaa28776e

View file

@ -21,7 +21,7 @@
]; ];
# ssh setup # ssh setup
boot.kernelParams = [ "ip=192.168.1.2" ]; boot.kernelParams = [ "ip=dhcp" ];
boot.initrd = { boot.initrd = {
availableKernelModules = [ "cdc_ncm" ]; availableKernelModules = [ "cdc_ncm" ];
systemd.users.root.shell = "/bin/cryptsetup-askpass"; systemd.users.root.shell = "/bin/cryptsetup-askpass";