aboutsummaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/wifi.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/system/wifi.nix b/modules/system/wifi.nix
new file mode 100644
index 0000000..e00e71e
--- /dev/null
+++ b/modules/system/wifi.nix
@@ -0,0 +1,5 @@
+{
+ flake.modules.nixos.wifi = {
+ networking.networkmanager.enable = true;
+ };
+}