feat: enable virtualbox on wodan
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
ccde7ba703
commit
baf7bd101c
2 changed files with 10 additions and 2 deletions
|
|
@ -2,9 +2,11 @@
|
|||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
}:
|
||||
let
|
||||
ifTheyExist = groups: builtins.filter (group: builtins.hasAttr group config.users.groups) groups;
|
||||
in {
|
||||
in
|
||||
{
|
||||
users.users.lander = {
|
||||
isNormalUser = true;
|
||||
description = "Lander";
|
||||
|
|
@ -16,6 +18,7 @@ in {
|
|||
"scanner"
|
||||
"docker"
|
||||
"multimedia"
|
||||
"vboxusers"
|
||||
];
|
||||
|
||||
packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue