about summary refs log tree commit diff
path: root/nixos/tests/pt2-clone.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/pt2-clone.nix')
-rw-r--r--nixos/tests/pt2-clone.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/pt2-clone.nix b/nixos/tests/pt2-clone.nix
index ea4329c4a9806..57a8495a3296a 100644
--- a/nixos/tests/pt2-clone.nix
+++ b/nixos/tests/pt2-clone.nix
@@ -10,7 +10,6 @@ import ./make-test-python.nix ({ pkgs, ... }: {
     ];
 
     services.xserver.enable = true;
-    sound.enable = true;
     environment.systemPackages = [ pkgs.pt2-clone ];
   };