Try fix networking

main
kalle 2025-02-04 02:38:07 +01:00
parent 268ffc58ec
commit 4e53d30be4
1 changed files with 1 additions and 0 deletions

View File

@ -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;