Update nixpkgs and enable virtualisation

This commit is contained in:
Natsu Kagami 2023-09-04 17:10:03 +02:00
parent af1319e60a
commit 471e0ad29c
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 9 additions and 6 deletions

View file

@ -47,6 +47,9 @@ let
};
virtualisation.oci-containers.backend = "podman";
virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = [ cfg.username ];
};
};
in