set up external device automounting
This commit is contained in:
parent
36f3fe395b
commit
daf734ba0c
3 changed files with 7 additions and 2 deletions
|
@ -2,4 +2,9 @@
|
|||
imports = [
|
||||
./audio.nix
|
||||
];
|
||||
|
||||
# auto mount external drives
|
||||
services.devmon.enable = true;
|
||||
services.gvfs.enable = true;
|
||||
services.udisks2.enable = true;
|
||||
}
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
lu = {
|
||||
shell = pkgs.fish;
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel"];
|
||||
extraGroups = ["wheel" "storage"];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
lu = {
|
||||
shell = pkgs.fish;
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel"];
|
||||
extraGroups = ["wheel" "storage"];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue