diff options
| author | Mel <mel@rnrd.eu> | 2026-04-24 23:35:19 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-04-24 23:35:19 +0200 |
| commit | 56c22cf8ae9de73bbc1c37ce0b1635ae7af9be64 (patch) | |
| tree | 3ba1ca13dcf1ed9c0013f6bffddaee9392991b16 /machines/corsac | |
| parent | 127d8ff2c2e77a0cbfc7a2a3c962ef23b5ab7261 (diff) | |
| download | network-56c22cf8ae9de73bbc1c37ce0b1635ae7af9be64.tar.zst network-56c22cf8ae9de73bbc1c37ce0b1635ae7af9be64.zip | |
Migrate fully to systemd-networkd and nftables
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/corsac')
| -rw-r--r-- | machines/corsac/devices.nix | 3 | ||||
| -rw-r--r-- | machines/corsac/hardware.nix | 7 |
2 files changed, 0 insertions, 10 deletions
diff --git a/machines/corsac/devices.nix b/machines/corsac/devices.nix index a2215fd..971983b 100644 --- a/machines/corsac/devices.nix +++ b/machines/corsac/devices.nix @@ -11,9 +11,6 @@ initrd.systemd.enable = true; }; - networking.useDHCP = false; - - systemd.network.enable = true; systemd.network.networks."20-wired" = { name = "enp1s0"; DHCP = "yes"; diff --git a/machines/corsac/hardware.nix b/machines/corsac/hardware.nix index 8ac85c4..bbb4b30 100644 --- a/machines/corsac/hardware.nix +++ b/machines/corsac/hardware.nix @@ -28,12 +28,5 @@ [ { device = "/dev/disk/by-uuid/ce3c3e2c-1f16-4e37-90f3-9ccfc81ee4c8"; } ]; - # Enables DHCP on each ethernet and wireless interface. In case of scripted networking - # (the default) this is the recommended approach. When using systemd-networkd it's - # still possible to use this option, but it's recommended to use it in conjunction - # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`. - networking.useDHCP = lib.mkDefault true; - # networking.interfaces.enp1s0.useDHCP = lib.mkDefault true; - hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; } |
