summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-12-17 02:30:51 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-12-17 02:30:51 +0100
commit34de4a14e88083839725e3455ec28380022ab054 (patch)
treeb13b72398b3df5e403f8c987c4c73976a3cb4709 /hel.nix
parentf45fbb38fe68f0df1b76b8cda844b47427718061 (diff)
downloadnixos-34de4a14e88083839725e3455ec28380022ab054.tar
nixos-34de4a14e88083839725e3455ec28380022ab054.tar.gz
nixos-34de4a14e88083839725e3455ec28380022ab054.tar.bz2
nixos-34de4a14e88083839725e3455ec28380022ab054.tar.xz
nixos-34de4a14e88083839725e3455ec28380022ab054.zip
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 9212d7a1..d2773638 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" 500 KERNELS=="1-2:1.3", ENV{ID_MM_DEVICE_IGNORE}="1", SYMLINK+="gpsctl0", TAG+="systemd"
501 ''; 501 '';
502 502
503 systemd.services."gpscfg" = { 503 systemd.services."gpscfg" = {