mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
Add the demo user to the vboxsf group to allow mounting of shared folders
This commit is contained in:
parent
04ca15d840
commit
d40629ad6d
@ -7,4 +7,7 @@
|
||||
../profiles/demo.nix
|
||||
../profiles/clone-config.nix
|
||||
];
|
||||
|
||||
# Allow mounting of shared folders.
|
||||
users.extraUsers.demo.extraGroups = [ "vboxsf" ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user