From 7b4ff390b5d7c698acced64c0633227143ccf49c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 9 May 2024 16:32:33 +0200 Subject: chore(treewide): Conform to changed settings --- sys/secrets/default.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'sys/secrets') diff --git a/sys/secrets/default.nix b/sys/secrets/default.nix index 95bbf248..b013681b 100644 --- a/sys/secrets/default.nix +++ b/sys/secrets/default.nix @@ -25,13 +25,11 @@ in { owner = "soispha"; group = "users"; }; - lf = { - cd_paths = { - file = ./lf/cd_paths; - mode = "700"; - owner = "soispha"; - group = "users"; - }; + lf_cd_paths = { + file = ./lf/cd_paths; + mode = "700"; + owner = "soispha"; + group = "users"; }; serverphoneCa = { file = ./serverphone/ca.key; -- cgit 1.4.1