feat(copyparty,authelia): personal storage & webDAV

This commit is contained in:
2026-01-31 16:23:04 -07:00
parent 7b5a43954c
commit 096dd77726
4 changed files with 64 additions and 3 deletions

View File

@@ -13,8 +13,13 @@ in {
};
};
imports = [ ./copyparty/vault.nix ];
config = lib.mkIf cfg.enable {
sydnix.deertopia.copyparty.vault.enable = true;
sydnix.impermanence.directories = [
"/var/lib/copyparty"
];
nixpkgs.overlays = [ inputs.copyparty.overlays.default ];