From b14afe7337e94cdca72ee276555a027154452571 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Wed, 10 Jan 2024 20:31:25 +0000 Subject: [PATCH] feat: add gpsd --- hosts/alex/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/alex/configuration.nix b/hosts/alex/configuration.nix index 1d6fdd9..b680044 100644 --- a/hosts/alex/configuration.nix +++ b/hosts/alex/configuration.nix @@ -54,6 +54,13 @@ ]; }; + services.gpsd = { + enable = true; + devices = [ + "/dev/ttyACM0" + ]; + }; + hardware.bluetooth.enable = true; programs.steam.enable = true;