fix: Remove unneeded networking file

This commit is contained in:
2025-12-03 19:16:50 -05:00
committed by Hunter Halloran
parent 2fd47de82f
commit 8d24243af6
4 changed files with 3 additions and 39 deletions

3
sw.nix
View File

@@ -8,6 +8,9 @@
# Enable CUPS to print documents.
services.printing.enable = true;
# Enable networking
networking.networkmanager.enable = true;
# Enable sound with pipewire.
services.pulseaudio.enable = false;
security.rtkit.enable = true;