disabled not working systemd sonarr service

This commit is contained in:
chloe 2024-07-23 22:11:52 +02:00
parent ab464b0200
commit 073bcdea2f

View file

@ -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" ];
};
*/
}