enable service

This commit is contained in:
Satria 2026-04-16 19:57:10 +07:00
commit a6020b2dbe

View file

@ -3,6 +3,7 @@
systemd.services.copyparty = { systemd.services.copyparty = {
description = "File Sharing Service"; description = "File Sharing Service";
enable = true;
after = [ "network.target" ]; after = [ "network.target" ];
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
serviceConfig = { serviceConfig = {