From a89b14843c2edc220c87a5131f31d1efa9b0f461 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Thu, 19 Jun 2025 19:42:23 +0200 Subject: hosts/thinklappi-bootstrap: rename hardware.pulseaudio to services.pulseaudio --- hosts/thinklappi-bootstrap/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/thinklappi-bootstrap/default.nix b/hosts/thinklappi-bootstrap/default.nix index 8fc94a7..595d510 100644 --- a/hosts/thinklappi-bootstrap/default.nix +++ b/hosts/thinklappi-bootstrap/default.nix @@ -11,9 +11,10 @@ hardware = { opengl.enable = true; bluetooth.enable = true; + }; + services = { pulseaudio.enable = false; }; - security = { rtkit.enable = true; pam.services.swaylock = {}; -- cgit 1.4.1