diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-17 02:36:57 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-17 02:36:57 +0100 |
commit | ebae71827941018638cf49f96ae0934e830ece16 (patch) | |
tree | 65d1a83e6d6fb4691378d62508aa02f8acc89d4b | |
parent | 321bd7b90a862168f526cd7346f294a93ca15f56 (diff) | |
download | nixos-ebae71827941018638cf49f96ae0934e830ece16.tar nixos-ebae71827941018638cf49f96ae0934e830ece16.tar.gz nixos-ebae71827941018638cf49f96ae0934e830ece16.tar.bz2 nixos-ebae71827941018638cf49f96ae0934e830ece16.tar.xz nixos-ebae71827941018638cf49f96ae0934e830ece16.zip |
…
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", SYSTEMD_WANTS+="gpscfg.timer" | 500 | KERNELS=="1-2:1.3", ENV{ID_MM_DEVICE_IGNORE}="1", SYMLINK+="gpsctl0" |
501 | ''; | 501 | ''; |
502 | 502 | ||
503 | systemd.services."gpscfg" = { | 503 | systemd.services."gpscfg" = { |