cryptpad and copyparty
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 2m15s

This commit is contained in:
Satria 2026-04-13 08:16:16 +07:00
commit 4b2c7464f0
3 changed files with 25 additions and 0 deletions

View file

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