summaryrefslogtreecommitdiffstats
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/installation-device.nix1
1 files changed, 1 insertions, 0 deletions
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";