nix-flake/modules/system/homelab/cdn.nix
satr14 4b2c7464f0
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 2m15s
cryptpad and copyparty
2026-04-13 08:16:16 +07:00

5 lines
108 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [ copyparty-most ];
# TODO: systemd service
}