chore(extern): update nfs-utils-ldap

This commit is contained in:
arcnmx 2024-09-15 12:32:14 -07:00
parent 4902358a25
commit 56b81f3d34
2 changed files with 5 additions and 7 deletions

View file

@ -414,8 +414,9 @@ in {
config = {
nixpkgs = mkIf cfg.enable {
overlays = [
gensokyo-zone.overlays.krb5
overlays = mkMerge [
[gensokyo-zone.overlays.krb5]
(mkIf cfg.nfs.enable [gensokyo-zone.overlays.nfs])
];
};
security = {