diff --git a/modules/system/homelab/cdn.nix b/modules/system/homelab/cdn.nix index 22a3b52..a2bd042 100644 --- a/modules/system/homelab/cdn.nix +++ b/modules/system/homelab/cdn.nix @@ -9,7 +9,6 @@ serviceConfig = { ExecStart = "${pkgs.copyparty-most}/bin/copyparty -c /mnt/share/cfg/files.conf"; Restart = "on-failure"; - User = "nobody"; }; }; }