summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/bismuth/devices.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/machines/bismuth/devices.nix b/machines/bismuth/devices.nix
index 711b237..9bec0c5 100644
--- a/machines/bismuth/devices.nix
+++ b/machines/bismuth/devices.nix
@@ -24,10 +24,8 @@
 
   # internet
   networking.networkmanager.enable = true;
-  
-  # sound 
-  sound.enable = true;
-  hardware.pulseaudio.enable = false;
+
+  # sound
   security.rtkit.enable = true;
   services.pipewire = {
     enable = true;