replace webdav with copyparty

This commit is contained in:
wi11-holdsworth 2025-07-29 12:04:26 +10:00
parent f7464a6dff
commit 4363c64619
8 changed files with 143 additions and 55 deletions

View file

@ -15,11 +15,12 @@
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
};
copyparty.url = "github:9001/copyparty";
vscode-server.url = "github:nix-community/nixos-vscode-server";
};
outputs =
{ nixpkgs, agenix, ... }@inputs:
{ nixpkgs, ... }@inputs:
let
commonSystem =
{