about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-05 17:27:34 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-05 17:27:34 -0700
commitad7c8c992ed441c399678dfd47f11d686e338026 (patch)
treefc86664395b9490521ff7d84a25129749411c0ce /hosts
parentnetwork: move tailscale in modules (diff)
downloadworld-ad7c8c992ed441c399678dfd47f11d686e338026.tar.gz
carmel: enable the sound
Diffstat (limited to 'hosts')
-rw-r--r--hosts/carmel/sound.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/carmel/sound.nix b/hosts/carmel/sound.nix
new file mode 100644
index 0000000..947f9cd
--- /dev/null
+++ b/hosts/carmel/sound.nix
@@ -0,0 +1 @@
+{ ... }: { my.hardware.sound = { pipewire = { enable = true; }; }; }