summaryrefslogtreecommitdiff
path: root/hosts/glados/services.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/glados/services.nix')
-rw-r--r--hosts/glados/services.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/glados/services.nix b/hosts/glados/services.nix
index a71acbd..95a7882 100644
--- a/hosts/glados/services.nix
+++ b/hosts/glados/services.nix
@@ -1,4 +1,4 @@
-{config, ...}: {
+_: {
services = {
dbus.enable = true;
pipewire = {
@@ -9,4 +9,5 @@
pulse.enable = true;
};
};
+ hardware.pulseaudio.enable = false;
}