revert not working fix
This commit is contained in:
parent
853e5a3d99
commit
14a65b8c7e
1 changed files with 0 additions and 6 deletions
|
|
@ -3,10 +3,6 @@
|
|||
sandbox = "docs-sandbox.${homelab.domain}";
|
||||
data-dir = "/mnt/data/apps/cryptpad";
|
||||
in {
|
||||
systemd.tmpfiles.rules = [
|
||||
"d ${data-dir} 0750 cryptpad cryptpad -"
|
||||
];
|
||||
|
||||
services.cryptpad = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -26,6 +22,4 @@ in {
|
|||
logPath = "${data-dir}/logs";
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.cryptpad.serviceConfig.ReadWritePaths = [ data-dir ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue