mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Added some automounting for thumb drives
This commit is contained in:
parent
afcb50393f
commit
6994093871
3 changed files with 10 additions and 0 deletions
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue