aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/configurations/ridcully.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/configurations/ridcully.nix b/nixos/configurations/ridcully.nix
index 66daf1b..2be1a7a 100644
--- a/nixos/configurations/ridcully.nix
+++ b/nixos/configurations/ridcully.nix
@@ -54,6 +54,13 @@ in {
fileSystems = ["/" "/home2"];
};
+ networking = {
+ useNetworkd = true;
+ useDHCP = true;
+ };
+ systemd.network = {
+ wait-online.enable = false;
+ };
#networking.vlans."enp6s0.adm" = {
#id = 2;
#interface = "enp6s0";