mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
services/*arr: remove service running after 'network-online.target'
This commit is contained in:
parent
f7ad2d8b65
commit
b18c56af08
6 changed files with 0 additions and 24 deletions
|
@ -14,10 +14,6 @@ in
|
|||
enable = true;
|
||||
};
|
||||
|
||||
systemd.services.jellyseerr = {
|
||||
after = [ "network-online.target" ];
|
||||
};
|
||||
|
||||
my.services.nginx.virtualHosts = [
|
||||
{
|
||||
subdomain = "view";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue