about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2019-09-08 17:16:40 +0200
committerGitHub <noreply@github.com>2019-09-08 17:16:40 +0200
commit02e83699bb5dde26c326d4e2ce6a5d91e6345916 (patch)
tree4b8f22b00418e317f75bf3f2a91002fecceead37 /nixos/tests
parentbcea6dfe2e2e5b7b6af62faf3b917a0a1746b499 (diff)
parent9c06aae94ad42aba50c7ff3c503ddcb362f4a80e (diff)
downloadnixlib-02e83699bb5dde26c326d4e2ce6a5d91e6345916.tar
nixlib-02e83699bb5dde26c326d4e2ce6a5d91e6345916.tar.gz
nixlib-02e83699bb5dde26c326d4e2ce6a5d91e6345916.tar.bz2
nixlib-02e83699bb5dde26c326d4e2ce6a5d91e6345916.tar.lz
nixlib-02e83699bb5dde26c326d4e2ce6a5d91e6345916.tar.xz
nixlib-02e83699bb5dde26c326d4e2ce6a5d91e6345916.tar.zst
nixlib-02e83699bb5dde26c326d4e2ce6a5d91e6345916.zip
Merge pull request #68096 from andir/systemd-v243
systemd: 242 -> 243
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/login.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/login.nix b/nixos/tests/login.nix
index 9844ad492e88..2a7c063d3033 100644
--- a/nixos/tests/login.nix
+++ b/nixos/tests/login.nix
@@ -9,6 +9,7 @@ import ./make-test.nix ({ pkgs, latestKernel ? false, ... }:
   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 =