Commit graph

2644 commits

Author SHA1 Message Date
dish 47a0293617
nixos/pixelfed: remove X-XSS-Protection header
not recommended to set it, per OWASP, as it can actually introduce
security issues

https://owasp.org/www-project-secure-headers/#x-xss-protection
2025-10-07 14:06:30 -04:00
h7x4 35ef0e22e8
nixos/linkwarden: init module, linkwarden: init at 2.13.0 (#347353) 2025-10-07 15:50:50 +00:00
Jan van Brügge 0bf693cb0f
nixos/linkwarden: init module 2025-10-07 12:57:55 +01:00
Marcus Ramberg 39e076de80
nixos/immich: fix eval with settings == null (#449271) 2025-10-07 06:45:18 +00:00
Robert Schütz f1e52abf0d nixos/immich: fix eval with settings == null
Using the module without declarative settings previously failed with

    error: attribute 'settingsFile' missing
2025-10-06 15:08:09 -07:00
dish 231b923f0a
{nixos/,}.tt-rss: drop (#448401) 2025-10-06 13:54:05 +00:00
Florian Klink a2d829eaa7
nixos/gerrit: Apply more hardening settings (#448870) 2025-10-06 11:13:38 +00:00
dotlambda 65fb719b8c
nixos/immich: add secretSettings option (#448238) 2025-10-06 09:07:08 +00:00
Martin Weinelt 5b039b9fd4
nixos/limesurvey: fix default config merging when config is defined, set userquestionthemerootdir default (#400448) 2025-10-05 21:34:02 +02:00
Felix Singer 8dac7deb3d nixos/gerrit: Enable PrivateUsers hardening in service config
For documentation see
https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#PrivateUsers=

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-10-05 16:06:19 +02:00
Felix Singer 1ed557f179 nixos/gerrit: Set ProtectProc to invisible
For documentation see
https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#ProtectProc=

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-10-05 15:58:16 +02:00
Felix Singer 302eaedd92 nixos/gerrit: Enable MountAPIVFS hardening in service config
This setting is already implied by others, but add it for completeness
as well. For documentation see
https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#MountAPIVFS=

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-10-05 15:38:50 +02:00
Vladimír Čunát 15ed8f7638
staging-next 2025-09-21 (#444862) 2025-10-05 13:28:34 +00:00
Florian Klink bf496bd1d2
nixos/gerrit: Enable PrivateMounts hardening in service config (#448492) 2025-10-05 13:24:15 +00:00
Florian Klink 3627818f3c
nixos/gerrit: Make sure service directories have proper permissions set (#448496) 2025-10-05 12:16:58 +00:00
nixpkgs-ci[bot] 17eefed8a0
Merge master into staging-next 2025-10-05 12:06:14 +00:00
Florian Klink b17d512a77
nixos/gerrit: Set ProtectControlGroups to strict (#448646) 2025-10-05 11:24:43 +00:00
Robert Schütz c78079059a nixos/immich: add secretSettings option 2025-10-05 02:44:08 -07:00
K900 e93c560b79 Merge remote-tracking branch 'origin/master' into staging-next 2025-10-05 12:17:08 +03:00
Wolfgang Walther 91a8fee3aa
treewide: remove redundant parentheses
Auto-fixed by nixf-diagnose.
2025-10-05 10:52:03 +02:00
Wolfgang Walther c283f32d29
treewide: remove unused with
Auto-fixed by nixf-diagnose.
2025-10-05 10:50:41 +02:00
Wolfgang Walther 90e7159c55
treewide: remove unused rec
Auto-fix by nixf-diagnose.
2025-10-05 10:49:12 +02:00
Felix Singer 37e40baa36 nixos/gerrit: Set ProtectControlGroups to strict
For documentation see
https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#ProtectControlGroups=

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-10-04 23:49:28 +02:00
nixpkgs-ci[bot] 45e7932c78
Merge master into staging-next 2025-10-04 12:05:54 +00:00
Felix Singer cb6ac21a2b nixos/gerrit: Make sure cache directory has proper permissions set
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-10-04 12:10:58 +02:00
Felix Singer 49cc0ce8a3 nixos/gerrit: Make sure state directory has proper permissions set
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-10-04 12:09:39 +02:00
Felix Singer 26d0023f71 nixos/gerrit: Enable PrivateMounts hardening in service config
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-10-04 11:58:09 +02:00
dish 69b4b86d23
{nixos/,}.tt-rss: drop
Per https://community.tt-rss.org/t/the-end-of-tt-rss-org/7164, it will
cease development on 2025-11-01, and since it cannot be maintained
through the release of NixOS 25.11, it is being dropped now.
2025-10-03 22:24:16 -04:00
Maximilian Bosch b95a14f2ee
nixos/limesurvey: use php83
This is what the version we currently have is packaged against[1]. No
actual maintenance is done, this package will need a new person feeling
responsible for this.

[1] https://github.com/LimeSurvey/LimeSurvey/blob/6.10.2%2B250127/.github/workflows/main.yml#L20
2025-10-03 23:37:00 +02:00
Maximilian Bosch f4b702bb11
invoiceplane: remove, doesn't support php >8.1 2025-10-03 23:21:57 +02:00
Maximilian Bosch 3d04c5aaa8
nixos/dokuwiki: use php 8.4
PHP 8.1 needs to be removed since it'll be EOLed by the end of the year.
2025-10-03 22:57:06 +02:00
nixpkgs-ci[bot] dd2d512251
Merge master into staging-next 2025-10-03 00:15:52 +00:00
Felix Bühler afd64ceb0a
photoprism: 250321-57590c48b -> 250426-27ec7a128 (#407100) 2025-10-02 18:56:28 +00:00
Felix Buehler 4a14d1e05d nixos/photoprism: disallow passwords in store 2025-10-01 23:13:46 +02:00
Felix Buehler 771a0ec704 nixos/photoprism: add databasePasswordFile option 2025-10-01 23:13:34 +02:00
nixpkgs-ci[bot] 100015447b
Merge master into staging-next 2025-10-01 06:06:28 +00:00
Yt 6af2210e0c
{chatgpt-retrieval-plugin,nixos/chatgpt-retrieval-plugin}: drop (#447045) 2025-10-01 00:53:34 +00:00
K900 4999ae577c Merge remote-tracking branch 'origin/master' into staging-next 2025-09-30 21:47:55 +03:00
Michael Daniels 01cb0dae78
nixos/chatgpt-retrieval-plugin: drop
Corresponding package has been marked broken for a full release cycle.

Dropping per RFC 180.
2025-09-30 07:34:16 -04:00
Ruby Iris Juric 6d7ea3cf45
maintainers: remove srxl 2025-09-30 17:21:37 +10:00
nixpkgs-ci[bot] 256acf7aa7
Merge master into staging-next 2025-09-30 00:16:28 +00:00
Felix Buehler 53f95e2ea8 nixos/photoprism: use PHOTOPRISM_ADMIN_PASSWORD_FILE 2025-09-30 00:32:43 +02:00
Arne Keller 2891f9938c
nixos/gerrit: Drop global lib expansion (#446636) 2025-09-29 20:35:19 +00:00
Robert Schütz d4257061d6 Merge branch 'master' into staging-next 2025-09-29 09:51:09 -07:00
dotlambda 6b36977077
nextcloud30: drop (#446070) 2025-09-29 16:18:14 +00:00
provokateurin 3afd6ec50d
nextcloud30: drop 2025-09-29 16:03:32 +02:00
nixpkgs-ci[bot] 14c85cbfc9
Merge master into staging-next 2025-09-28 12:05:54 +00:00
xanderio 2a3cb7e9dc
nixos/onlyoffice: fix nginx syntax error (#444037) 2025-09-28 06:44:15 +00:00
Felix Singer cfaae64388 nixos/gerrit: Drop global lib expansion
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-09-27 14:58:05 +02:00
nixpkgs-ci[bot] f4c61486bf
Merge master into staging-next 2025-09-24 12:07:37 +00:00