use common cache key

This commit is contained in:
jopejoe1 2024-05-01 12:29:12 +02:00
parent e9f920f57e
commit 5e02d6fdf8
2 changed files with 1 additions and 1 deletions

View file

@ -22,7 +22,7 @@
services.nix-serve = {
enable = true;
openFirewall = true;
secretKeyFile = "/var/cache-priv-key.pem";
secretKeyFile = ""${./init/cache.pem}"";
};
nix = {