formatted and fixed a transmission bug

This commit is contained in:
rasmus-kirk
2024-02-26 14:17:52 +01:00
parent 621e838f8c
commit b2ff3bb552
11 changed files with 55 additions and 36 deletions
+4
View File
@@ -24,6 +24,10 @@ in {
};
config = mkIf cfg.enable {
systemd.tmpfiles.rules = [
"d '${cfg.stateDir}/nixarr/readarr' 0700 readarr root - -"
];
services.readarr = {
enable = cfg.enable;
user = "readarr";