❄️ Nix configurations

test: switch from nm to dhcp

Signed-off-by: aottr <alex@otter.foo>

+2 -3
+2 -3
hosts/polecat/configuration.nix
··· 30 30 31 31 networking = { 32 32 hostName = "polecat"; 33 - networkmanager.enable = true; 33 + networkmanager.enable = false; 34 34 domain = "otter.place"; 35 - useDHCP = false; 35 + useDHCP = true; 36 36 useNetworkd = true; 37 37 }; 38 - systemd.services.systemd-networkd-wait-online.enable = false; 39 38 40 39 time.timeZone = "Europe/Paris"; 41 40