feat(copyparty): create copyparty service for elcafe

This commit is contained in:
2026-03-07 18:42:32 +01:00
parent 5e8db88008
commit 79e3156bb3
6 changed files with 95 additions and 10 deletions

39
flake.lock generated
View File

@@ -79,6 +79,27 @@
"type": "github"
}
},
"copyparty": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1772839279,
"narHash": "sha256-pAI7T/9Gl6SUTKmNZhtxYjBGnYPNzBLMgfqILfYa1Us=",
"owner": "9001",
"repo": "copyparty",
"rev": "31b23843f2d51049da00c821f2418d0c44389cd7",
"type": "github"
},
"original": {
"owner": "9001",
"repo": "copyparty",
"type": "github"
}
},
"devenv": {
"inputs": {
"cachix": "cachix",
@@ -158,6 +179,21 @@
}
},
"flake-utils": {
"locked": {
"lastModified": 1678901627,
"narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"inputs": {
"systems": "systems"
},
@@ -348,7 +384,7 @@
},
"pumo-system-info": {
"inputs": {
"flake-utils": "flake-utils",
"flake-utils": "flake-utils_2",
"nixpkgs": [
"nixpkgs"
],
@@ -392,6 +428,7 @@
"root": {
"inputs": {
"caelestia-shell": "caelestia-shell",
"copyparty": "copyparty",
"devenv": "devenv",
"home-manager": "home-manager",
"nix-index-database": "nix-index-database",