From ad84114b6ad72de67f8a0b4f529fbbe147234fd2 Mon Sep 17 00:00:00 2001 From: ene Date: Mon, 10 Apr 2023 08:33:16 +0200 Subject: Fix(hm/conf/nheko): Create symlink through hm If created by the system config, all leading directories become owned by root, which is obviously not acceptable. --- secrets/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'secrets') diff --git a/secrets/default.nix b/secrets/default.nix index 7577b8f3..02771a68 100644 --- a/secrets/default.nix +++ b/secrets/default.nix @@ -2,7 +2,6 @@ age = { secrets.nheko = { file = ./nheko; - path = "/home/soispha/.config/nheko/nheko.conf"; # TODO use xdgConfigHome mode = "700"; owner = "soispha"; group = "users"; -- cgit 1.4.1