use common cache key
This commit is contained in:
parent
e9f920f57e
commit
5e02d6fdf8
2 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
services.nix-serve = {
|
services.nix-serve = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
secretKeyFile = "/var/cache-priv-key.pem";
|
secretKeyFile = ""${./init/cache.pem}"";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue