remove dhcpcd on desktop1
All checks were successful
nixos config pipeline / show-flake (push) Successful in 30s
nixos config pipeline / deploy (push) Successful in 1m2s

This commit is contained in:
smayzy 2025-12-20 16:47:49 +01:00
parent fe2b8afda2
commit 09080f9847

View File

@ -21,6 +21,8 @@
"192.168.1.137" "192.168.1.137"
"192.168.1.49" "192.168.1.49"
]; ];
networking.useDHCP = false;
networking.enableIPv6 = false;
age.identityPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; age.identityPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];