Added some automounting for thumb drives
This commit is contained in:
7
system/security/automount.nix
Normal file
7
system/security/automount.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.devmon.enable = true;
|
||||
services.gvfs.enable = true;
|
||||
services.udisks2.enable = true;
|
||||
}
|
Reference in New Issue
Block a user