This commit is contained in:
iFargle 2023-11-29 21:48:21 +09:00
parent a8dd88081c
commit e5b1024326

View file

@ -5,8 +5,8 @@
# 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.kernelParams = [ "ip=192.168.1.2:::255.255.255.0::::::" ];
boot.initrd = { boot.initrd = {
enable = true; enable = true;
systemd.users.root.shell = "/bin/systemd-tty-ask-password-agent"; systemd.users.root.shell = "/bin/systemd-tty-ask-password-agent";