diff --git a/modules/calibre-web.nix b/modules/calibre-web.nix index 154c0b7..78c51e0 100644 --- a/modules/calibre-web.nix +++ b/modules/calibre-web.nix @@ -29,6 +29,8 @@ in environment = { TZ = "Europe/Berlin"; DOCKER_MODS = "linuxserver/mods:universal-calibre"; + PUID = "1337"; + PGID = "1337"; }; #environmentFiles = [ config.sops.secrets."${name}/env".path ]; ports = [ @@ -39,6 +41,7 @@ in "/mnt/mergerfs/media/books:/books" ]; extraOptions = cfg.podman.extraOptions; + autoStart = false; }; #services.nginx.virtualHosts.${domain} = {