add udisk2
This commit is contained in:
parent
975bb9f458
commit
68b4561321
3 changed files with 7 additions and 0 deletions
5
modules/features/system/udisks2.nix
Normal file
5
modules/features/system/udisks2.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... }: {
|
||||
services.udisks2 = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in a new issue