This commit is contained in:
biscuit
2025-05-20 21:36:34 -05:00
parent de69800662
commit 36222bdb63
4 changed files with 8 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
{pkgs, hostname, ...}: {
networking.hostName = "${hostname}";
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
}