Loading nixos/modules/services/web-apps/grocy.nix +1 −2 Original line number Diff line number Diff line Loading @@ -191,7 +191,6 @@ in locations."~ \\.(js|css|ttf|woff2?|png|jpe?g|svg)$".extraConfig = '' add_header Cache-Control "public, max-age=15778463"; add_header X-Content-Type-Options nosniff; add_header X-XSS-Protection "1; mode=block"; add_header X-Robots-Tag none; add_header X-Download-Options noopen; add_header X-Permitted-Cross-Domain-Policies none; Loading @@ -211,7 +210,7 @@ in }; meta = { maintainers = with maintainers; [ ]; maintainers = with maintainers; [ diogotcorreia ]; doc = ./grocy.md; }; } nixos/tests/grocy.nix +4 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,10 @@ { name = "grocy"; meta = with pkgs.lib.maintainers; { maintainers = [ ma27 ]; maintainers = [ diogotcorreia ma27 ]; }; nodes.machine = Loading pkgs/by-name/gr/grocy/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ php.buildComposerProject2 (finalAttrs: { meta = with lib; { license = licenses.mit; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ diogotcorreia ]; description = "ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home"; homepage = "https://grocy.info/"; }; Loading Loading
nixos/modules/services/web-apps/grocy.nix +1 −2 Original line number Diff line number Diff line Loading @@ -191,7 +191,6 @@ in locations."~ \\.(js|css|ttf|woff2?|png|jpe?g|svg)$".extraConfig = '' add_header Cache-Control "public, max-age=15778463"; add_header X-Content-Type-Options nosniff; add_header X-XSS-Protection "1; mode=block"; add_header X-Robots-Tag none; add_header X-Download-Options noopen; add_header X-Permitted-Cross-Domain-Policies none; Loading @@ -211,7 +210,7 @@ in }; meta = { maintainers = with maintainers; [ ]; maintainers = with maintainers; [ diogotcorreia ]; doc = ./grocy.md; }; }
nixos/tests/grocy.nix +4 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,10 @@ { name = "grocy"; meta = with pkgs.lib.maintainers; { maintainers = [ ma27 ]; maintainers = [ diogotcorreia ma27 ]; }; nodes.machine = Loading
pkgs/by-name/gr/grocy/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ php.buildComposerProject2 (finalAttrs: { meta = with lib; { license = licenses.mit; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ diogotcorreia ]; description = "ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home"; homepage = "https://grocy.info/"; }; Loading