about summary refs log tree commit diff
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2022-04-26 22:47:08 +0300
committerIzorkin <izorkin@elven.pw>2022-12-09 13:03:49 +0300
commit362d351845c7522e880824ee12ade8b4f8956bc3 (patch)
tree366a994443d167eab5426d8e412198ad6eaf0fc1 /nixos/modules/profiles
parentee858454b3c000e66243509c4106e1e7f262e525 (diff)
nixos/profiles/minimal: disable udisks service
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/minimal.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/profiles/minimal.nix b/nixos/modules/profiles/minimal.nix
index 2bf630be3f719..bd1b2b4521899 100644
--- a/nixos/modules/profiles/minimal.nix
+++ b/nixos/modules/profiles/minimal.nix
@@ -22,6 +22,8 @@ with lib;
 
   services.logrotate.enable = mkDefault false;
 
+  services.udisks2.enable = mkDefault false;
+
   xdg.autostart.enable = mkDefault false;
   xdg.icons.enable = mkDefault false;
   xdg.mime.enable = mkDefault false;