This commit is contained in:
iFargle 2023-11-29 21:02:38 +09:00
parent f6cba01b76
commit 98e851f742

View file

@ -4,7 +4,8 @@
# ssh root@<Local_IP_Address> "Password" # ssh root@<Local_IP_Address> "Password"
# 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:framework-server-luks:::::" ];
boot.initrd = { boot.initrd = {
enable = true; enable = true;