mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(extern): krb5
This commit is contained in:
parent
95e903697a
commit
6db8e4e304
13 changed files with 577 additions and 21 deletions
|
|
@ -10,6 +10,7 @@
|
|||
(import ./barcodebuddy.nix)
|
||||
(import ./samba.nix)
|
||||
(import ./nginx.nix)
|
||||
(import ./krb5.nix)
|
||||
(final: prev: {
|
||||
jemalloc =
|
||||
if final.hostPlatform != "aarch64-darwin"
|
||||
|
|
|
|||
5
overlays/krb5.nix
Normal file
5
overlays/krb5.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
final: prev: {
|
||||
krb5-ldap = final.krb5.override {
|
||||
withLdap = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue