From c31ce7ffd20264952f6567dd8665ca7913a59c86 Mon Sep 17 00:00:00 2001 From: sils Date: Mon, 7 Aug 2023 13:10:43 +0200 Subject: Fix(system/secrets): make invidious settings readable for invidious --- system/secrets/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system/secrets/default.nix') diff --git a/system/secrets/default.nix b/system/secrets/default.nix index 3b8029f..345354c 100644 --- a/system/secrets/default.nix +++ b/system/secrets/default.nix @@ -21,9 +21,9 @@ }; invidiousSettings = { file = ./invidious/settings.tix; - #mode = "700"; - #owner = "invidious"; - #group = "invidious"; + mode = "744"; + owner = "root"; + group = "root"; }; }; }; -- cgit 1.4.1