Enable network on all hosts

I've been using networkd quite a bit in my personal work. Adding this
fixed my DNS resolution issues, so I'm keeping it.
This commit is contained in:
Eli Ribble 2025-08-15 16:41:39 +00:00
parent fed9049f4c
commit 5e59add85b

View file

@ -17,6 +17,7 @@
i18n.defaultLocale = "en_US.UTF-8";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
services.swapspace.enable = true;
systemd.network.enable = true;
time.timeZone = "UTC";
zramSwap.enable = true;