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:
parent
5d18f66ddd
commit
571fb74f44
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue