summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hel.nix b/hel.nix
index f9e2996b..5e96f4e6 100644
--- a/hel.nix
+++ b/hel.nix
@@ -371,8 +371,8 @@
371 } 371 }
372 ]; 372 ];
373 373
374 systemd.user.services."pulseaudio".enable = false; 374 systemd.user.services."pulseaudio".enable = lib.mkForce false;
375 systemd.user.services."ssh-agent".enable = false; 375 systemd.user.services."ssh-agent".enable = lib.mkForce false;
376 systemd.user.sockets."pulseaudio".enable = false; 376 systemd.user.sockets."pulseaudio".enable = lib.mkForce false;
377} 377}
378 378