From 2f7655e1c1be530a6204dfc0d87999c8c8dea2f5 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 15 Sep 2023 16:55:27 +0000 Subject: [PATCH] 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 --- modules/services/eg25-control.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/eg25-control.nix b/modules/services/eg25-control.nix index 3f20e760..0b3ca4d7 100644 --- a/modules/services/eg25-control.nix +++ b/modules/services/eg25-control.nix @@ -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 = {