From 49f2d692673cb4f9977cc8c7ba9fdef0e931526f 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; }