Added some automounting for thumb drives

This commit is contained in:
Emmet 2024-01-13 20:29:22 -06:00
parent afcb50393f
commit 6994093871
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ config, lib, pkgs, ... }:
{
services.devmon.enable = true;
services.gvfs.enable = true;
services.udisks2.enable = true;
}