diff options
author | sils <sils@sils.li> | 2023-08-07 13:04:27 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-11 01:11:27 +0200 |
commit | 96857910fa87e996945bc3f2e5b6f4ef4a6166ea (patch) | |
tree | ba7257db7599b934e34a25b39c9d6c1dec45196e /system/secrets | |
parent | Fix(system/services/invidious): Specifiy database host (diff) | |
download | nixos-server-96857910fa87e996945bc3f2e5b6f4ef4a6166ea.tar.gz nixos-server-96857910fa87e996945bc3f2e5b6f4ef4a6166ea.zip |
Fix(system): Binary substitution for debugging
Diffstat (limited to 'system/secrets')
-rw-r--r-- | system/secrets/default.nix | 6 |
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"; }; }; }; |