From 248bc37f8e8ecdc5f420524669d6f62c4cbd0c6a Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 1 Jun 2025 15:58:27 -0400 Subject: [PATCH] enable startup scripts --- modules/users.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/users.nix b/modules/users.nix index 4732724..0131a6b 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -4,6 +4,8 @@ { users.groups = { - users = "100"; + users = { + gid = "100"; + }; }; }