hs: enable nix-serve on nixcache.antoinevaure.fr
Some checks failed
/ build-all (push) Has been cancelled
Some checks failed
/ build-all (push) Has been cancelled
This commit is contained in:
parent
b30787cab9
commit
4f614f91fb
1 changed files with 6 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue