From a6020b2dbed53325cbdbfc6b0b8380674083805b Mon Sep 17 00:00:00 2001 From: satr14 Date: Thu, 16 Apr 2026 19:57:10 +0700 Subject: [PATCH] enable service --- modules/system/homelab/cdn.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/homelab/cdn.nix b/modules/system/homelab/cdn.nix index 8710072..22a3b52 100644 --- a/modules/system/homelab/cdn.nix +++ b/modules/system/homelab/cdn.nix @@ -3,6 +3,7 @@ systemd.services.copyparty = { description = "File Sharing Service"; + enable = true; after = [ "network.target" ]; wantedBy = [ "multi-user.target" ]; serviceConfig = {