From 5e02d6fdf8356ab904b80fa030530bcfa27bb68a Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 1 May 2024 12:29:12 +0200 Subject: [PATCH] use common cache key --- common.nix | 2 +- init/{chache.pem => cache.pem} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename init/{chache.pem => cache.pem} (100%) diff --git a/common.nix b/common.nix index 0aa407b..abf56cc 100644 --- a/common.nix +++ b/common.nix @@ -22,7 +22,7 @@ services.nix-serve = { enable = true; openFirewall = true; - secretKeyFile = "/var/cache-priv-key.pem"; + secretKeyFile = ""${./init/cache.pem}""; }; nix = { diff --git a/init/chache.pem b/init/cache.pem similarity index 100% rename from init/chache.pem rename to init/cache.pem