This commit is contained in:
2026-03-03 01:59:03 +01:00
parent 82468ee9f5
commit f0edc40e91
2 changed files with 1 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
{ ... }: {
flake.nixosModules.network = {lib, ... }:{
networking.firewall.enable = true;
networking.useDHCP = true;
networking.networkmanager.enable = true;
};
}