eg25-control: don't auto-start GPS on boot

this also means we don't power the modem on boot

this is OK to do now that i have a toggle in swaync for GPS
This commit is contained in:
Colin 2023-09-15 16:55:27 +00:00
parent c3a6943b7e
commit 2f7655e1c1

View File

@ -63,7 +63,7 @@ in
};
after = [ "eg25-control-powered.service" ];
requires = [ "eg25-control-powered.service" ];
wantedBy = [ "multi-user.target" ];
# wantedBy = [ "multi-user.target" ];
};
systemd.services.eg25-control-freshen-agps = {