From 4e53d30be491ba1da3cd0947e2ba3b59e562ebc1 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Tue, 4 Feb 2025 02:38:07 +0100 Subject: [PATCH] Try fix networking --- systems/template/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/template/configuration.nix b/systems/template/configuration.nix index 24d5b24..a0916fc 100644 --- a/systems/template/configuration.nix +++ b/systems/template/configuration.nix @@ -12,6 +12,7 @@ i18n.defaultLocale = "en_US.UTF-8"; networking.hostName = "nixos-template"; networking.dhcpcd.enable = false; + networking.useNetworkd = true; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;