all: Add udisks2 service to fix automount

This commit is contained in:
fleaz 2023-01-04 15:18:39 +01:00
parent 25b1fa4829
commit 95dffd78b1
2 changed files with 4 additions and 0 deletions

3
modules/udisks2.nix Normal file
View file

@ -0,0 +1,3 @@
{
services.udisks2.enable = true;
}