summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 83fa823f..f5a1c071 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -613,7 +613,7 @@ in rec {
613 }; 613 };
614 614
615 users.extraGroups."infinoted" = { 615 users.extraGroups."infinoted" = {
616 members = [ "infinoted gitolite" ]; 616 members = [ "infinoted" "gitolite" ];
617 }; 617 };
618 618
619 security.sudo.extraConfig = '' 619 security.sudo.extraConfig = ''