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 = {