+4
-2
nixos/modules/config/networking.nix
+4
-2
nixos/modules/config/networking.nix
···
+2
-2
nixos/modules/services/networking/chrony.nix
+2
-2
nixos/modules/services/networking/chrony.nix
+3
-3
nixos/modules/services/networking/dhcpcd.nix
+3
-3
nixos/modules/services/networking/dhcpcd.nix
···-map (i: i.name) (filter (i: if i.useDHCP != null then i.useDHCP else i.ip4 != [ ] || i.ipAddress != null) interfaces)+map (i: i.name) (filter (i: if i.useDHCP != null then !i.useDHCP else i.ip4 != [ ] || i.ipAddress != null) interfaces)···-(if !cfg.useDHCP && enableDHCP then map (i: i.name) (filter (i: i.useDHCP == true) interfaces) else null);···
+1
-2
nixos/modules/services/networking/gogoclient.nix
+1
-2
nixos/modules/services/networking/gogoclient.nix
+1
-2
nixos/modules/services/networking/ntpd.nix
+1
-2
nixos/modules/services/networking/ntpd.nix
+1
-2
nixos/modules/services/networking/openntpd.nix
+1
-2
nixos/modules/services/networking/openntpd.nix
-2
nixos/modules/system/boot/stage-2-init.sh
-2
nixos/modules/system/boot/stage-2-init.sh
+2
nixos/modules/system/boot/systemd.nix
+2
nixos/modules/system/boot/systemd.nix
···
+2
-4
nixos/modules/tasks/filesystems/nfs.nix
+2
-4
nixos/modules/tasks/filesystems/nfs.nix
······
+1
-1
nixos/modules/tasks/network-interfaces-scripted.nix
+1
-1
nixos/modules/tasks/network-interfaces-scripted.nix
······
+3
-3
nixos/modules/tasks/network-interfaces.nix
+3
-3
nixos/modules/tasks/network-interfaces.nix
···