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 515c3e7..3b8029f 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 = "700";
+        #owner = "invidious";
+        #group = "invidious";
       };
     };
   };