From 3ef99fee1d3c2b8939b0d6de0cc70c0de2dc7f49 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 30 Oct 2022 13:41:22 +0100 Subject: [PATCH] Allow dbus to communicate with storage devices --- modules/gui.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/gui.nix b/modules/gui.nix index 91c1007..014fa94 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -105,4 +105,7 @@ in { enable = true; wlr.enable = true; }; + + # Allow dbus to communicate with storage devices + services.udisks2.enable = true; }