From 8b311d4ed0f3bbf8b024a17313b5dcb6a89d0d67 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sat, 7 Sep 2024 18:27:52 -0700 Subject: [PATCH] Explicitly setup pipewire --- roles/common/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/common/default.nix b/roles/common/default.nix index 062a1db..fd3fc25 100644 --- a/roles/common/default.nix +++ b/roles/common/default.nix @@ -17,6 +17,11 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; + service.pipewire = { + enable = true; + pulse.enabld = true; + }; + environment.systemPackages = with pkgs; [ vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. git