This commit is contained in:
alsaiduq-lab 2025-04-05 08:45:19 -06:00
parent d6fe9e9f5f
commit a37a6a4378
2 changed files with 5 additions and 4 deletions

3
modules/udiskie.nix Normal file
View file

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