summaryrefslogtreecommitdiff
path: root/modules/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 8590d42..1e8fe95 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -92,6 +92,12 @@
config.common.default = "gtk";
};
+ services.pipewire = {
+ enable = true;
+ alsa.enable = true;
+ pulse.enable = true;
+ };
+
services.openssh.enable = true;
programs.mosh.enable = true;