From a2b95c89b9c4e4f764a5935a6ef478b7a7f33046 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 1 May 2024 12:30:00 +0200 Subject: [PATCH] dont double qute --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.nix b/common.nix index abf56cc..a6c9d6a 100644 --- a/common.nix +++ b/common.nix @@ -22,7 +22,7 @@ services.nix-serve = { enable = true; openFirewall = true; - secretKeyFile = ""${./init/cache.pem}""; + secretKeyFile = "${./init/cache.pem}"; }; nix = {