feat: add udiskie

This commit is contained in:
Jacob Bachmann 2023-08-31 09:55:24 +02:00
parent 89724f1866
commit a002b74366
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
4 changed files with 12 additions and 0 deletions

4
modules/udisks2.nix Normal file
View file

@ -0,0 +1,4 @@
{ ... }: {
# needed for udiskie
services.udisks2.enable = true;
}