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
|
# 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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue