Adding virt manager.
This commit is contained in:
parent
c19fe6ad0b
commit
da64f0cc9a
@ -95,4 +95,12 @@
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
# Home manager settings
|
||||
dconf.settings = {
|
||||
"org/virt-manager/virt-manager/connections" = {
|
||||
autoconnect = ["qemu:///system"];
|
||||
uris = ["qemu:///system"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -190,7 +190,7 @@
|
||||
users.users.crony = {
|
||||
isNormalUser = true;
|
||||
description = "Crony";
|
||||
extraGroups = [ "networkmanager" "wheel" "video" "input" "audio" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "video" "input" "audio" "libvirtd" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
@ -239,6 +239,10 @@
|
||||
value = "1048576";
|
||||
}];
|
||||
|
||||
# Enable virt manager
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
# DO NOT CHANGE
|
||||
system.stateVersion = "23.11";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user