add copyparty

This commit is contained in:
2025-10-14 13:27:16 -05:00
parent c01b0d8a99
commit acadff6243
2 changed files with 15 additions and 11 deletions

View File

@@ -2,6 +2,7 @@
pkgs,
config,
lib,
inputs,
...
}: {
# services show up in glance in reverse import order lmao
@@ -11,4 +12,6 @@
./zfs
./copyparty
];
nixpkgs.overlays = [inputs.copyparty.overlays.default];
}