Allow dbus to communicate with storage devices

This commit is contained in:
coolneng 2022-10-30 13:41:22 +01:00
parent ff58df1fa2
commit 3ef99fee1d
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -105,4 +105,7 @@ in {
enable = true;
wlr.enable = true;
};
# Allow dbus to communicate with storage devices
services.udisks2.enable = true;
}