forked from poz/niksos
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:
parent
e3a164bf84
commit
08cc252a4b
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue