From a416a9fb83def3bc00c04d57ef9d2284c2c1df4e Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 30 Dec 2024 16:31:02 +0100 Subject: Move secrets folder into configuration Signed-off-by: Mel --- configuration/specimen.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configuration/specimen.nix') diff --git a/configuration/specimen.nix b/configuration/specimen.nix index 4620e47..9e994ef 100644 --- a/configuration/specimen.nix +++ b/configuration/specimen.nix @@ -2,7 +2,7 @@ { age.secrets.name = { - file = ../secrets/name.age; + file = ./secrets/name.age; owner = "specimen"; group = "specimen"; mode = "440"; -- cgit 1.4.1