add deployerbot-follower to trusted users

This commit is contained in:
Motiejus Jakštys 2023-07-30 06:55:04 +03:00
parent ef050725c1
commit a9e8904d28
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@
}; };
}; };
users.groups.deployerbot-follower.gid = uidgid; users.groups.deployerbot-follower.gid = uidgid;
nix.settings.trusted-users = ["deployerbot-follower"];
}) })
]; ];
} }