Move network manager to desktop

This commit is contained in:
Alexander Wainwright
2025-07-06 20:33:07 +10:00
parent f8205d7baa
commit 70ccb90ea1
2 changed files with 3 additions and 3 deletions

View File

@@ -11,9 +11,6 @@
shell = pkgs.fish;
};
# Enable networking
networking.networkmanager.enable = true;
networking.firewall.allowedTCPPorts = [ 8000 8080 ];
# Set your time zone.

View File

@@ -13,6 +13,9 @@
variant = "dvorak";
};
# Enable networking
networking.networkmanager.enable = true;
# Enable CUPS to print documents.
services.printing.enable = true;