summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-12-17 02:35:54 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-12-17 02:35:54 +0100
commit321bd7b90a862168f526cd7346f294a93ca15f56 (patch)
tree60a7e051c260002ecc3967d3183561fcf1fcc236 /hel.nix
parent34de4a14e88083839725e3455ec28380022ab054 (diff)
downloadnixos-321bd7b90a862168f526cd7346f294a93ca15f56.tar
nixos-321bd7b90a862168f526cd7346f294a93ca15f56.tar.gz
nixos-321bd7b90a862168f526cd7346f294a93ca15f56.tar.bz2
nixos-321bd7b90a862168f526cd7346f294a93ca15f56.tar.xz
nixos-321bd7b90a862168f526cd7346f294a93ca15f56.zip
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index d2773638..0203e04b 100644
--- a/hel.nix
+++ b/hel.nix
@@ -497,7 +497,7 @@
497 SUBSYSTEM=="power_supply", ENV{POWER_SUPPLY_ONLINE}=="1", RUN+="${systemd}/bin/systemctl --no-block start ac-plugged.service" 497 SUBSYSTEM=="power_supply", ENV{POWER_SUPPLY_ONLINE}=="1", RUN+="${systemd}/bin/systemctl --no-block start ac-plugged.service"
498 498
499 KERNELS=="1-2:1.2", ENV{ID_MM_DEVICE_IGNORE}="1", SYMLINK+="gps0" 499 KERNELS=="1-2:1.2", ENV{ID_MM_DEVICE_IGNORE}="1", SYMLINK+="gps0"
500 KERNELS=="1-2:1.3", ENV{ID_MM_DEVICE_IGNORE}="1", SYMLINK+="gpsctl0", TAG+="systemd" 500 KERNELS=="1-2:1.3", ENV{ID_MM_DEVICE_IGNORE}="1", SYMLINK+="gpsctl0", TAG+="systemd", SYSTEMD_WANTS+="gpscfg.timer"
501 ''; 501 '';
502 502
503 systemd.services."gpscfg" = { 503 systemd.services."gpscfg" = {
@@ -514,7 +514,7 @@
514 bindsTo = [ "dev-gpscfg0.device" ]; 514 bindsTo = [ "dev-gpscfg0.device" ];
515 after = [ "dev-gpscfg0.device" ]; 515 after = [ "dev-gpscfg0.device" ];
516 516
517 wantedBy = [ "dev-gpscfg0.device" ]; 517 # wantedBy = [ "dev-gpscfg0.device" ];
518 518
519 timerConfig = { 519 timerConfig = {
520 OnActiveSec = "0s"; 520 OnActiveSec = "0s";