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:
parent
fed9049f4c
commit
5e59add85b
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue