Add the demo user to the vboxsf group to allow mounting of shared folders

This commit is contained in:
Eelco Dolstra
2013-10-09 13:36:37 +02:00
parent 04ca15d840
commit d40629ad6d
+3
View File
@@ -7,4 +7,7 @@
../profiles/demo.nix
../profiles/clone-config.nix
];
# Allow mounting of shared folders.
users.extraUsers.demo.extraGroups = [ "vboxsf" ];
}