put networkmanager in default

This commit is contained in:
smayzy
2025-07-08 17:59:39 +02:00
parent e35ef7e4c4
commit 7ca90a6871
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -30,4 +30,6 @@
console.keyMap = "fr";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
networking.networkmanager.enable = true;
}