fix nyazoom service

This commit is contained in:
Zynh Ludwig 2024-12-27 04:40:52 -08:00
parent c1a8a1dce1
commit b1e28f86b2

View file

@ -15,7 +15,10 @@ in
script = '' script = ''
DATABASE_URL="sqlite:///var/lib/nyazoom/data" ${lib.getExe nyazoom} DATABASE_URL="sqlite:///var/lib/nyazoom/data" ${lib.getExe nyazoom}
''; '';
wantedBy = [ "network.target" ];
wants = [ "network.target" ]; wants = [ "network.target" ];
}; };
networking.firewall.allowedTCPPorts = [ 3000 ];
}; };
} }