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