fix to symlink
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 27s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 27s
This commit is contained in:
parent
b150f36224
commit
3a52bd329a
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.tmpfiles.rules = lib.singleton "f /var/lib/cryptpad/customize/application_config.js 0644 root root - ${pkgs.writeText "cryptpad-application-config.js" ''
|
systemd.tmpfiles.rules = lib.singleton "L+ /var/lib/cryptpad/customize/application_config.js - - - - ${pkgs.writeText "cryptpad-application-config.js" ''
|
||||||
(() => {
|
(() => {
|
||||||
const factory = (AppConfig) => {
|
const factory = (AppConfig) => {
|
||||||
AppConfig.disableAnonymousPadCreation = true;
|
AppConfig.disableAnonymousPadCreation = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue