nixos: services: nix-cache: fix renamed option
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2026-03-16 14:27:02 +00:00
parent 36c34eb12a
commit 38dc0488a9

View file

@ -33,6 +33,7 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
services.harmonia = { services.harmonia = {
cache = {
enable = true; enable = true;
settings = { settings = {
@ -42,6 +43,7 @@ in
signKeyPaths = [ cfg.secretKeyFile ]; signKeyPaths = [ cfg.secretKeyFile ];
}; };
};
my.services.nginx.virtualHosts = { my.services.nginx.virtualHosts = {
cache = { cache = {