This commit is contained in:
iFargle 2023-11-29 22:16:23 +09:00
parent e5b1024326
commit bdd897850e

View file

@ -5,7 +5,7 @@
# ssh setup
# boot.kernelParams = [ "ip=192.168.1.2" ];
boot.kernelParams = [ "ip=192.168.1.2:::255.255.255.0::::::" ];
boot.kernelParams = [ "ip=dhcp" ];
boot.initrd = {
enable = true;