aboutsummaryrefslogtreecommitdiff
path: root/modules/services/system/networking/default.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-07-08 17:03:20 +0000
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-07-08 17:14:14 +0000
commit82ec91b4d2c253c6ccb783f960a2788f230d6ad1 (patch)
tree94dad925340787e5a045d9bb0d094f71dedce036 /modules/services/system/networking/default.nix
parentcfe198ee85f3c5ee41f4221f49b73dd492b42fdc (diff)
start avoiding lib.enum; start using hjem generators
Diffstat (limited to 'modules/services/system/networking/default.nix')
-rw-r--r--modules/services/system/networking/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/services/system/networking/default.nix b/modules/services/system/networking/default.nix
index 4908b6f..68c794c 100644
--- a/modules/services/system/networking/default.nix
+++ b/modules/services/system/networking/default.nix
@@ -1,7 +1,7 @@
{
imports = [
./iwd.nix
- ./nm.nix
+ ./networkmanager.nix
];
config = {
@@ -16,4 +16,3 @@
networking.resolvconf.enable = false;
};
}
-