❄️ Nix configurations
0
fork

Configure Feed

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

fix: disable systemd-networkd-wait-online

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

aottr f5cd94c8 e3ea1cec

+1
+1
hosts/polecat/configuration.nix
··· 35 35 useDHCP = false; 36 36 useNetworkd = true; 37 37 }; 38 + systemd.services.systemd-networkd-wait-online.enable = false; 38 39 39 40 time.timeZone = "Europe/Paris"; 40 41