From 37ffa652f0af83cf17c0062195c8ce0a5df432ed Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 3 Jul 2025 23:19:44 -0500 Subject: [PATCH] name fix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 30898ea..59f3bd4 100644 --- a/flake.nix +++ b/flake.nix @@ -68,7 +68,7 @@ extraGroups = [] ++ lib.optionals config.root [ "wheel" ] ++ lib.optionals config.docker [ "docker" ] - ++ lib.optionals config.services.networkmanager.enable [ "networkmanager" ]; + ++ lib.optionals config.networking.networkmanager.enable [ "networkmanager" ]; } // userOptions config; users.users.root = lib.mkIf config.root (userOptions config);