summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/ymir.nix b/ymir.nix
index c83771d4..e46971f2 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -606,12 +606,14 @@ in rec {
606 group = "mlmmj"; 606 group = "mlmmj";
607 }; 607 };
608 608
609 users.extraGroups."mlmmj" = { 609 users.extraGroups."mlmmj" = {};
610
611 users.extraGroups."mladmin" = {
610 members = [ "gkleen" ]; 612 members = [ "gkleen" ];
611 }; 613 };
612 614
613 security.sudo.extraConfig = '' 615 security.sudo.extraConfig = ''
614 %mlmmj ALL=(mlmmj) NOPASSWD: ALL 616 %mladmin ALL=(mlmmj) NOPASSWD: ALL
615 ''; 617 '';
616 618
617 security.acme = { 619 security.acme = {