hs: enable nix-serve on nixcache.antoinevaure.fr
Some checks failed
/ build-all (push) Has been cancelled

This commit is contained in:
ant 2025-09-01 20:56:22 +02:00
parent b30787cab9
commit 4f614f91fb

View file

@ -191,6 +191,7 @@ in {
# enableACME = true;
# forceSSL = true;
# };
"nixcache.antoinevaure.fr" = (reverseProxy config.services.nix-serve.port);
};
};
@ -251,4 +252,9 @@ in {
services.jellyfin.enable = true;
system.stateVersion = "24.11";
services.nix-serve = {
enable = true;
secretKeyFile = "/var/cache-priv-key.pem";
};
}