about summary refs log tree commit diff
path: root/automation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'automation.nix')
-rw-r--r--automation.nix3
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" ];
   };
 }