mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
feat: add domain-auth group for privilege sharing
This commit is contained in:
parent
8df455a82c
commit
6caf15b9e4
3 changed files with 8 additions and 5 deletions
|
|
@ -24,7 +24,6 @@ in {
|
|||
};
|
||||
|
||||
|
||||
users.groups.domain-auth.members = [ "nginx" "openldap" "keycloak" ];
|
||||
/* security.acme.certs.domain-auth = {
|
||||
group = "domain-auth";
|
||||
postRun = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue