summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 1e8fe95..4220139 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -98,6 +98,9 @@
pulse.enable = true;
};
+ hardware.bluetooth.enable = true;
+ services.blueman.enable = true;
+
services.openssh.enable = true;
programs.mosh.enable = true;