Enable Gitea PAM Auth

master
David Crompton 2023-11-01 14:46:35 -04:00
parent 31c041d5aa
commit aaeff0731b
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ in {
};
};
# To allow gitea to access /etc/shadow for PAM authentication
users.users.gitea.extraGroups = [ "shadow" ];
# Services Runner running in nixos-container w/ host label
# This allows sharing of nix-store for caching actions builds
# ... Maybe I'll actually set this up. Some concern for clearing its