From c17dabdbd8102a1637a4961a5057b180df109a6c Mon Sep 17 00:00:00 2001 From: biscuit Date: Wed, 21 May 2025 12:58:39 -0500 Subject: [PATCH] added users (MAJOR FIX) --- modules/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system.nix b/modules/system.nix index 780be19..d7e1cd4 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -6,6 +6,7 @@ imports = [ ../system/default.nix + ../system/users.nix ] ++ lib.optionals (vpnEnable == true) [ ../system/vpn.nix