diff options
-rw-r--r-- | automation.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/automation.nix b/automation.nix index 6645935..f561e7f 100644 --- a/automation.nix +++ b/automation.nix @@ -51,7 +51,8 @@ in { isSystemUser = true; group = "laminar"; home = workingDir; + packages = with pkgs; [ git reuse ]; }; - groups.laminar.members = [ "cnx" "nginx" ]; + groups.laminar.members = [ "nginx" ]; }; } |