virt manager so that I can setup an arch vm so that I can do shit because I'm bad at nix

This commit is contained in:
jacekpoz 2023-07-30 01:18:57 +02:00
parent e3a164bf84
commit 08cc252a4b

View file

@ -66,6 +66,9 @@ in
nvidiaPatches = false;
};
virtualisation.libvirtd.enable = true;
programs.dconf.enable = true;
# https://github.com/NixOS/nixpkgs/issues/158025
security.pam.services.swaylock = {};
@ -76,7 +79,7 @@ in
users.users.jacek = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" ];
extraGroups = [ "wheel" "networkmanager" "libvirtd" ];
shell = pkgs.zsh;
};