From 3ccdf4c0323a5263b173d0041cc10fa5241a7a6b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 30 Oct 2017 13:29:29 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hel.nix b/hel.nix index 4904b510..80cb7618 100644 --- a/hel.nix +++ b/hel.nix @@ -39,12 +39,6 @@ systemd.services.ModemManager.enable = true; - services.gpsd = { - enable = true; - device = "/dev/serial/by-path/pci-0000:00:14.0-usb-0:2:1.2-port0"; - readonly = false; - }; - powerManagement.enable = true; i18n = { @@ -101,6 +95,12 @@ nixpkgs.config.allowUnfree = true; services = { + gpsd = { + enable = true; + device = "/dev/serial/by-path/pci-0000:00:14.0-usb-0:2:1.2-port0"; + readonly = false; + }; + logind.extraConfig = '' HandleLidSwitch=sleep HandleSuspendKey=sleep -- cgit v1.2.3