about summary refs log tree commit diff
path: root/nixos/tests/ft2-clone.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/ft2-clone.nix')
-rw-r--r--nixos/tests/ft2-clone.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/ft2-clone.nix b/nixos/tests/ft2-clone.nix
index 5476b38c00bd2..813e258cd2bec 100644
--- a/nixos/tests/ft2-clone.nix
+++ b/nixos/tests/ft2-clone.nix
@@ -8,8 +8,6 @@ import ./make-test-python.nix ({ pkgs, ... }: {
     imports = [
       ./common/x11.nix
     ];
-
-    sound.enable = true;
     environment.systemPackages = [ pkgs.ft2-clone ];
   };