aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-06 18:37:34 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-06 18:37:34 +0200
commit55f40cd7c0f64b968a9be39488a03e1cb56109d3 (patch)
treef60af06bb92497d967f61e09198ef9a78c5dbdbb /hosts
parentb6b76f21548feb57676e669ce92ca9c15d395f59 (diff)
Added audio configuration for herra
Diffstat (limited to 'hosts')
-rw-r--r--hosts/herra/audio.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/herra/audio.nix b/hosts/herra/audio.nix
new file mode 100644
index 0000000..038f720
--- /dev/null
+++ b/hosts/herra/audio.nix
@@ -0,0 +1,6 @@
+{...}: {
+ services.pipewire.enable = true;
+ services.pipewire.pulseaudio.enable = true;
+ services.pipewire.alsa.enable = true;
+ services.pipewire.jack.enable = true;
+}