sssd: sudo support

This commit is contained in:
Max Headroom 2021-10-16 14:26:00 +02:00
parent 0569bdb95b
commit 8edfb74587
2 changed files with 3 additions and 0 deletions

View file

@ -11,6 +11,8 @@
hydra-unstable = patched.hydra;
sssd = patched.sssd;
} // lib.optionalAttrs config.krb5.enable {
bind = patched.kerberized-bind;
dnsutils = patched.kerberized-dnsutils;

View file

@ -11,4 +11,5 @@ super: rec {
hydra = (patch super.hydra-unstable "patches/base/hydra").override { nix = super.flakePackages.nix-super; };
lain-ipfs = patch-rename super.ipfs "lain-ipfs" "patches/base/ipfs";
sssd = super.sssd.override { withSudo = true; };
}