Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 2m15s
5 lines
108 B
Nix
5 lines
108 B
Nix
{ pkgs, ... }: {
|
|
environment.systemPackages = with pkgs; [ copyparty-most ];
|
|
|
|
# TODO: systemd service
|
|
}
|