summary refs log tree commit diff stats
path: root/system/secrets
diff options
context:
space:
mode:
Diffstat (limited to 'system/secrets')
-rw-r--r--system/secrets/default.nix6
1 files changed, 3 insertions, 3 deletions
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";
       };
     };
   };