❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

check networking

A. Ottr 2fed7e25 3c7bcfe8

+2 -1
+2 -1
hosts/polecat/configuration.nix
··· 27 27 hostName = "polecat"; 28 28 networkmanager.enable = true; 29 29 domain = "otter.place"; 30 - useDHCP = lib.mkForce true; 30 + useDHCP = false; 31 + useNetworkd = true; 31 32 }; 32 33 33 34 time.timeZone = "Europe/Paris";