Update dropbear configuration

This commit is contained in:
Fabian Hauser 2020-06-26 15:16:42 +00:00
parent 2ac9f85c81
commit 123dfbc723

View file

@ -19,7 +19,7 @@
''; '';
}; };
boot.kernelParams = [ boot.kernelParams = [
"ip=10.1.2.1::10.1.2.2:255.255.255.0:montalin:eth0:none:10.1.2.1" "ip=10.1.2.2::10.1.2.1:255.255.255.0:montalin:eth0:none"
]; # see https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt ]; # see https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt
boot.initrd.postMountCommands = '' boot.initrd.postMountCommands = ''