Polishing nix config

This commit is contained in:
agryphus 2023-12-08 15:43:54 -05:00
parent 42a0f8bb24
commit ff0b16c78a
2 changed files with 3 additions and 3 deletions

View file

@ -7,8 +7,5 @@
# Implicitly downloads virtualbox
virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = [ "user-with-access-to-virtualbox" ];
environment.systemPackages = with pkgs; [
];
}