Test
This commit is contained in:
parent
f6cba01b76
commit
98e851f742
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
# ssh root@<Local_IP_Address> "Password"
|
||||
|
||||
# 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:framework-server-luks:::::" ];
|
||||
|
||||
boot.initrd = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue