summary refs log tree commit diff
path: root/nixos/tests/os-prober.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2018-10-27 16:08:17 +0200
committerworldofpeace <worldofpeace@protonmail.ch>2019-10-16 20:31:24 -0400
commitec6224b6cd147943eee685ef671811b3683cb2ce (patch)
tree9e62d29d5d3b2cf7fcec1b15357ee4044510c737 /nixos/tests/os-prober.nix
parent3d832dee59ed0338db4afb83b4c481a062163771 (diff)
downloadnixpkgs-ec6224b6cd147943eee685ef671811b3683cb2ce.tar
nixpkgs-ec6224b6cd147943eee685ef671811b3683cb2ce.tar.gz
nixpkgs-ec6224b6cd147943eee685ef671811b3683cb2ce.tar.bz2
nixpkgs-ec6224b6cd147943eee685ef671811b3683cb2ce.tar.lz
nixpkgs-ec6224b6cd147943eee685ef671811b3683cb2ce.tar.xz
nixpkgs-ec6224b6cd147943eee685ef671811b3683cb2ce.tar.zst
nixpkgs-ec6224b6cd147943eee685ef671811b3683cb2ce.zip
Revert "installer: Disable udisks"
This reverts commit 571fb74f449aa173e231166515b41feb778524b8.

The dependency on gtk2 was removed.

Co-authored-by: Florian Klink <flokli@flokli.de>
Diffstat (limited to 'nixos/tests/os-prober.nix')
-rw-r--r--nixos/tests/os-prober.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/tests/os-prober.nix b/nixos/tests/os-prober.nix
index 9cd9f4ecd15..5407a62339f 100644
--- a/nixos/tests/os-prober.nix
+++ b/nixos/tests/os-prober.nix
@@ -51,12 +51,11 @@ let
       hashed-mirrors =
       connect-timeout = 1
     '';
-    services.udisks2.enable = lib.mkForce false;
   };
   # /etc/nixos/configuration.nix for the vm
   configFile = pkgs.writeText "configuration.nix"  ''
     {config, pkgs, ...}: ({
-    imports = 
+    imports =
           [ ./hardware-configuration.nix
             <nixpkgs/nixos/modules/testing/test-instrumentation.nix>
           ];