From 945f11f512e32440d3cb7941e910466034296240 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 17 Sep 2023 21:22:55 +0900 Subject: feat(nixos/alpha): enable sound * makes 'amixer' binary available --- nixos/alpha/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index bac3f42..ff56672 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -154,7 +154,7 @@ services.openssh.knownHosts."hk-s020.rsync.net".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILcPl9x9JfRFwsn09NnDw/xBZbAN80ZQck+h6AqlVqPH"; - sound.enable = false; + sound.enable = true; services.pipewire = { enable = true; -- cgit 1.4.1