From 0d7439359942203cc2d228ffd7d5ea8fecc1f8fc Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Tue, 22 Mar 2022 10:59:56 +0100 Subject: [PATCH] Add ratbagd and Piper to handle Logitech mouse settings --- machines/loki/configuration.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/machines/loki/configuration.nix b/machines/loki/configuration.nix index f9fe7f0..4b615fe 100644 --- a/machines/loki/configuration.nix +++ b/machines/loki/configuration.nix @@ -62,7 +62,15 @@ # ''; # }; - services.openssh.enable = true; + services = { + openssh.enable = true; + + ratbagd.enable = true; + }; + + environment.systemPackages = with pkgs; [ + piper + ]; sops.defaultSopsFile = ./secrets.yaml; sops.secrets = {