mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
tmpfiles
This commit is contained in:
parent
824eb05f6b
commit
764fa71c44
3 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ in
|
|||
systemd.services.bitcoind-mainnet = {
|
||||
wants = [ "tor.service" ];
|
||||
after = [ "tor.service" ];
|
||||
serviceConfig.ExecStartPre = "+${pkgs.coreutils}/bin/chmod 750 /var/lib/tor";
|
||||
};
|
||||
|
||||
modules.system.backup.paths = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue