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

@ -711,11 +711,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1691464053,
"narHash": "sha256-D21ctOBjr2Y3vOFRXKRoFr6uNBvE8q5jC4RrMxRZXTM=",
"lastModified": 1693780807,
"narHash": "sha256-diV1X53HjSB3fIcDFieh9tGZkJ3vqJJQhTz89NbYw60=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "844ffa82bbe2a2779c86ab3a72ff1b4176cec467",
"rev": "84ef5335abf541d8148433489e0cf79affae3f89",
"type": "github"
},
"original": {
@ -775,11 +775,11 @@
},
"nixpkgs_5": {
"locked": {
"lastModified": 1692986144,
"narHash": "sha256-M4VFpy7Av9j+33HF5nIGm0k2+DXXW4qSSKdidIKg5jY=",
"lastModified": 1693636127,
"narHash": "sha256-ZlS/lFGzK7BJXX2YVGnP3yZi3T9OLOEtBCyMJsb91U8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "74e5bdc5478ebbe7ba5849f0d765f92757bb9dbf",
"rev": "9075cba53e86dc318d159aee55dc9a7c9a4829c1",
"type": "github"
},
"original": {

View file

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