From 91ad8ab3ed4f3bb84b246778535e0864fb550fca Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Dec 2017 02:41:52 +0100 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hel.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 6bf7b088..716eff88 100644 --- a/hel.nix +++ b/hel.nix @@ -497,7 +497,7 @@ SUBSYSTEM=="power_supply", ENV{POWER_SUPPLY_ONLINE}=="1", RUN+="${systemd}/bin/systemctl --no-block start ac-plugged.service" KERNELS=="1-2:1.2", ENV{ID_MM_DEVICE_IGNORE}="1", SYMLINK+="gps0" - KERNELS=="1-2:1.3", ENV{ID_MM_DEVICE_IGNORE}="1", SYMLINK+="gpsctl0" + KERNELS=="1-2:1.3", ENV{ID_MM_DEVICE_IGNORE}="1", SYMLINK+="gpsctl0", TAG+="systemd" ''; systemd.services."gpscfg" = { @@ -514,7 +514,7 @@ bindsTo = [ "dev-gpscfg0.device" ]; after = [ "dev-gpscfg0.device" ]; - # wantedBy = [ "dev-gpscfg0.device" ]; + wantedBy = [ "timers.target" ]; timerConfig = { OnActiveSec = "0s"; -- cgit v1.2.3