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

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