Enable Gitea PAM Auth
parent
31c041d5aa
commit
aaeff0731b
|
@ -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
|
# Services Runner running in nixos-container w/ host label
|
||||||
# This allows sharing of nix-store for caching actions builds
|
# This allows sharing of nix-store for caching actions builds
|
||||||
# ... Maybe I'll actually set this up. Some concern for clearing its
|
# ... Maybe I'll actually set this up. Some concern for clearing its
|
||||||
|
|
Loading…
Reference in New Issue