summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-06-19 19:42:23 +0200
committerSilas Schöffel <sils@sils.li>2025-06-19 19:42:23 +0200
commita89b14843c2edc220c87a5131f31d1efa9b0f461 (patch)
treed4fcdaa5b8844ed517fb78406586956fa409c432 /hosts
parenthosts/hplappi: rename srvs.xserver.*Manager to services.*Manager (diff)
downloadnix-config-a89b14843c2edc220c87a5131f31d1efa9b0f461.zip
hosts/thinklappi-bootstrap: rename hardware.pulseaudio to services.pulseaudio
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thinklappi-bootstrap/default.nix3
1 files changed, 2 insertions, 1 deletions
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 = {};