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;