DHCP
This commit is contained in:
parent
e5b1024326
commit
bdd897850e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
# ssh setup
|
# ssh setup
|
||||||
# boot.kernelParams = [ "ip=192.168.1.2" ];
|
# boot.kernelParams = [ "ip=192.168.1.2" ];
|
||||||
boot.kernelParams = [ "ip=192.168.1.2:::255.255.255.0::::::" ];
|
boot.kernelParams = [ "ip=dhcp" ];
|
||||||
|
|
||||||
boot.initrd = {
|
boot.initrd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue