From 22b547adf43c6775a017932e7294eb1b16f03ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 11 Apr 2024 09:41:08 +0200 Subject: nixos/errol: switch to systemd-networkd --- nixos/configurations/errol.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nixos/configurations') diff --git a/nixos/configurations/errol.nix b/nixos/configurations/errol.nix index 0b9eae1..fd348e8 100644 --- a/nixos/configurations/errol.nix +++ b/nixos/configurations/errol.nix @@ -71,6 +71,14 @@ in { # }; #}; + networking = { + useNetworkd = true; + useDHCP = true; + }; + systemd.network = { + wait-online.enable = false; + }; + environment.systemPackages = [ pkgs.nvtopPackages.amd ]; -- cgit v1.2.3