nixos: services: transmission: persist data
This commit is contained in:
parent
6b78d89065
commit
a0b91a5d18
1 changed files with 5 additions and 0 deletions
|
|
@ -91,6 +91,11 @@ in
|
|||
allowedUDPPorts = [ cfg.peerPort ];
|
||||
};
|
||||
|
||||
my.system.persist.directories = [
|
||||
cfg.downloadBase
|
||||
config.services.transmission.home
|
||||
];
|
||||
|
||||
# NOTE: unfortunately transmission does not log connection failures for fail2ban
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue