1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(weechat): do not delete secrets on startup

This commit is contained in:
2023-03-26 20:19:07 +02:00
parent 13e674389d
commit 22f957ee1f
3 changed files with 21 additions and 3 deletions

View File

@@ -157,7 +157,7 @@
*/
''
${pkgs.coreutils}/bin/cp ${lib.escapeShellArg target} "$CONFDIR"/${lib.escapeShellArg name}
${pkgs.coreutils}/bin/chmod +w "$CONFDIR"/${lib.escapeShellArg name}
${pkgs.coreutils}/bin/chmod -w "$CONFDIR"/${lib.escapeShellArg name}
'')
cfg.files
)