.
This commit is contained in:
parent
17575f300f
commit
49e2aeaea6
1 changed files with 8 additions and 1 deletions
|
@ -150,7 +150,7 @@
|
||||||
|
|
||||||
users.users.zilti = {
|
users.users.zilti = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "libvirtd" ];
|
extraGroups = [ "wheel" "libvirtd" "kvm" "qemu" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.fprintd = {
|
services.fprintd = {
|
||||||
|
@ -173,6 +173,7 @@
|
||||||
git
|
git
|
||||||
gnumake
|
gnumake
|
||||||
fido2luks
|
fido2luks
|
||||||
|
spice
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
|
@ -180,6 +181,12 @@
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
libvirtd = {
|
libvirtd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
qemu = {
|
||||||
|
package = pkgs.qemu_kvm;
|
||||||
|
runAsRoot = true;
|
||||||
|
swtpm.enable = true;
|
||||||
|
vhostUserPackages = [ pkgs.virtiofsd ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
# podman = {
|
# podman = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
|
Loading…
Reference in a new issue