mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
disabled not working systemd sonarr service
This commit is contained in:
parent
ab464b0200
commit
073bcdea2f
1 changed files with 20 additions and 19 deletions
|
@ -35,7 +35,7 @@ in
|
|||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
/*
|
||||
#TODO: create duplicated instances of Sonarr.
|
||||
systemd.services."sonarrAnime" = {
|
||||
enable = true;
|
||||
|
@ -56,4 +56,5 @@ in
|
|||
};
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
};
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue