Loading nixos/modules/services/web-apps/snipe-it.nix +1 −1 Original line number Diff line number Diff line Loading @@ -331,7 +331,7 @@ in { APP_CONFIG_CACHE = "/run/snipe-it/cache/config.php"; APP_ROUTES_CACHE = "/run/snipe-it/cache/routes-v7.php"; APP_EVENTS_CACHE = "/run/snipe-it/cache/events.php"; SESSION_SECURE_COOKIE = tlsEnabled; SECURE_COOKIES = tlsEnabled; }; services.mysql = mkIf db.createLocally { Loading Loading
nixos/modules/services/web-apps/snipe-it.nix +1 −1 Original line number Diff line number Diff line Loading @@ -331,7 +331,7 @@ in { APP_CONFIG_CACHE = "/run/snipe-it/cache/config.php"; APP_ROUTES_CACHE = "/run/snipe-it/cache/routes-v7.php"; APP_EVENTS_CACHE = "/run/snipe-it/cache/events.php"; SESSION_SECURE_COOKIE = tlsEnabled; SECURE_COOKIES = tlsEnabled; }; services.mysql = mkIf db.createLocally { Loading