mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-01-31 12:40:24 +00:00
feat(nixos): enable USB auto-mounting with udiskie
- Enable udisks2 service - Enable udiskie via Home Manager
This commit is contained in:
parent
28e3903c3e
commit
8442a022bb
3 changed files with 16 additions and 0 deletions
3
hosts/nixos/modules/services/udisks2.nix
Normal file
3
hosts/nixos/modules/services/udisks2.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.udisks2.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue