From 1e56e7f04d728989cbe957faf13cab4ef8deb220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 4 Jul 2024 17:17:08 +0200 Subject: nixos/ridcully: switch to systemd-networkd This is required to be compatible with openvpn as I have it now. --- nixos/configurations/ridcully.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nixos/configurations/ridcully.nix') 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"; -- cgit v1.2.3