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

View file

@ -16,6 +16,7 @@
./print.nix
./security.nix
./shell.nix
./udisks2.nix
./unfree.nix
./xdg-portal.nix
];

4
modules/udisks2.nix Normal file
View file

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