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

@ -5,6 +5,9 @@
# Do not remove # Do not remove
./core.nix ./core.nix
# Want this for bare metal
# ./hardware-configuration.nix
# Specific profiles for this machine # Specific profiles for this machine
# ./profiles/lf.nix # ./profiles/lf.nix
# ./profiles/nvim.nix # ./profiles/nvim.nix

View file

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