From a0c2f2a5723fe097a5d4b561461e9ebb8a8c917d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 4 May 2025 16:29:54 +0200 Subject: [PATCH] System Gen15 @ 2025-05-04-16:29:53 by jonas@monolith --- hosts/monolith/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index 13a28f9..645eefd 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -21,6 +21,7 @@ extraGroups = ["networkmanager" "wheel" "docker" "dialout"]; }; users.groups.data = { + gid = 1001; members = ["jonas"]; }; users.defaultUserShell = pkgs.zsh;