test
This commit is contained in:
parent
e32068137a
commit
fdaa28776e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
];
|
||||
|
||||
# ssh setup
|
||||
boot.kernelParams = [ "ip=192.168.1.2" ];
|
||||
boot.kernelParams = [ "ip=dhcp" ];
|
||||
boot.initrd = {
|
||||
availableKernelModules = [ "cdc_ncm" ];
|
||||
systemd.users.root.shell = "/bin/cryptsetup-askpass";
|
||||
|
|
Loading…
Reference in a new issue