From 571fb74f449aa173e231166515b41feb778524b8 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Fri, 17 Aug 2018 06:56:51 +0300 Subject: installer: Disable udisks Due to whoever-knows-what, udisks nowadays pulls in GTK+ et al. But it shouldn't be needed anyway in the installer, so disable it. --- nixos/modules/profiles/installation-device.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/profiles/installation-device.nix b/nixos/modules/profiles/installation-device.nix index 57d947b52684..8e0e1ffb0c63 100644 --- a/nixos/modules/profiles/installation-device.nix +++ b/nixos/modules/profiles/installation-device.nix @@ -32,6 +32,7 @@ with lib; # Disable some other stuff we don't need. security.sudo.enable = false; + services.udisks2.enable = false; # Automatically log in at the virtual consoles. services.mingetty.autologinUser = "root"; -- cgit 1.4.1