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.
This commit is contained in:
Tuomas Tynkkynen 2018-08-17 06:56:51 +03:00
parent 5d18f66ddd
commit 571fb74f44

View file

@ -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";