Compare commits

..

6 commits

Author SHA1 Message Date
Bruno BELANYI 90ac547f93 overlays: add 'downgrade-transmission'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
The 4.0.6 release is buggy and widely blacklisted.
2024-09-05 12:18:19 +02:00
Bruno BELANYI 4968763624 nixos: services: pirate: add readarr 2024-09-05 12:17:58 +02:00
Bruno BELANYI c42390ba37 nixos: services: nginx: sso: align with upstream
This aligns with the PR I opened on nixpkgs [1].

[1]: https://github.com/NixOS/nixpkgs/pull/325838
2024-09-05 12:16:56 +02:00
Bruno BELANYI 1fc0d5b08e hosts: nixos: porthos: services: enable pdf-edit 2024-09-05 12:16:48 +02:00
Bruno BELANYI 2108ea0047 hosts: nixos: porthos: secrets: add pdf-edit 2024-09-05 12:16:48 +02:00
Bruno BELANYI b07811fa23 nixos: services: add pdf-edit 2024-09-05 12:16:48 +02:00

View file

@ -40,7 +40,7 @@ in
inherit (cfg) priority;
};
signKeyPaths = [ cfg.secretKeyFile ];
signKeyPath = cfg.secretKeyFile;
};
my.services.nginx.virtualHosts = {