summaryrefslogtreecommitdiff
path: root/machines/firelink.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/firelink.nix')
-rw-r--r--machines/firelink.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/firelink.nix b/machines/firelink.nix
index 1950a30..d4afe23 100644
--- a/machines/firelink.nix
+++ b/machines/firelink.nix
@@ -65,6 +65,8 @@ in
services.hardware.xow.enable = true;
boot.blacklistedKernelModules = ["mt76x2u"]; # Interferes with xow
+ services.openssh.enable = true;
+
hardware.pulseaudio = {
enable = true;
extraModules = [ pkgs.pulseaudio-modules-bt ];