fixup! cluster/services/patroni: implement incandescence provider for databases and users

This commit is contained in:
Max Headroom 2024-08-14 00:02:41 +02:00
parent ee525e0593
commit 6ab5ca5abf

View file

@ -16,6 +16,7 @@ in
}; };
}; };
})); }));
default = {};
}; };
users = mkOption { users = mkOption {
type = attrsOf (submodule ({ ... }: { type = attrsOf (submodule ({ ... }: {
@ -32,6 +33,7 @@ in
}; };
}; };
})); }));
default = {};
}; };
}; };
} }