summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-07-02 10:24:52 +0200
committersils <sils@sils.li>2023-07-02 10:24:52 +0200
commitff0effe75b15ad1a74b14458d137ab38f93535f5 (patch)
treeb95c2cfb41a1168e2a09c3c4542b05743e381a97 /hosts
parentFix(sys): Yank keyboardlayout out of host (diff)
downloadnix-config-ff0effe75b15ad1a74b14458d137ab38f93535f5.tar.gz
nix-config-ff0effe75b15ad1a74b14458d137ab38f93535f5.zip
Fix(sys): Yank sound config out of hosts
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thinklappi/default.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix
index d05b3e4..d0887d7 100644
--- a/hosts/thinklappi/default.nix
+++ b/hosts/thinklappi/default.nix
@@ -8,16 +8,6 @@
     ../../sys
   ];
 
-  services = {
-    pipewire = {
-      enable = true;
-      alsa.enable = true;
-      alsa.support32Bit = true;
-      pulse.enable = true;
-      jack.enable = true;
-    };
-  };
-
   hardware = {
     opengl.enable = true;
     bluetooth.enable = true;