summary refs log tree commit diff
path: root/nixos/modules/profiles/installation-device.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/modules/profiles/installation-device.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/modules/profiles/installation-device.nix')
-rw-r--r--nixos/modules/profiles/installation-device.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/profiles/installation-device.nix b/nixos/modules/profiles/installation-device.nix
index fd30220ce1c..4596e163404 100644
--- a/nixos/modules/profiles/installation-device.nix
+++ b/nixos/modules/profiles/installation-device.nix
@@ -31,9 +31,6 @@ with lib;
     # Let the user play Rogue on TTY 8 during the installation.
     #services.rogue.enable = true;
 
-    # Disable some other stuff we don't need.
-    services.udisks2.enable = mkDefault false;
-
     # Use less privileged nixos user
     users.users.nixos = {
       isNormalUser = true;