about summary refs log tree commit diff
path: root/nixos/tests/systemd-analyze.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/systemd-analyze.nix')
-rw-r--r--nixos/tests/systemd-analyze.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/systemd-analyze.nix b/nixos/tests/systemd-analyze.nix
index 31588e2b41aa5..37c20d5fe5b65 100644
--- a/nixos/tests/systemd-analyze.nix
+++ b/nixos/tests/systemd-analyze.nix
@@ -9,7 +9,6 @@ import ./make-test-python.nix ({ pkgs, latestKernel ? false, ... }:
   nodes.machine =
     { pkgs, lib, ... }:
     { boot.kernelPackages = lib.mkIf latestKernel pkgs.linuxPackages_latest;
-      sound.enable = true; # needed for the factl test, /dev/snd/* exists without them but udev doesn't care then
     };
 
   testScript = ''