diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index b2d704d..319c4b0 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -106,6 +106,7 @@ services.cage.user = "jellyfinmediaplayer"; services.cage.program = "${pkgs.jellyfin-media-player}/bin/jellyfinmediaplayer"; services.cage.enable = true; + services.cage.extraArguments = ["-f"]; users.users.aria2.group = "aria2"; users.groups.aria2 = {};