setup basic virtualisation
This commit is contained in:
parent
21f2ba134a
commit
c57a4c4b7c
1 changed files with 9 additions and 4 deletions
|
@ -78,7 +78,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
name = "muhh";
|
name = "muhh";
|
||||||
description = "Markus Heurung";
|
description = "Markus Heurung";
|
||||||
extraGroups = [ "input" "networkmanager" "video" "wheel" ];
|
extraGroups = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" ];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
linger = true;
|
linger = true;
|
||||||
};
|
};
|
||||||
|
@ -114,10 +114,15 @@
|
||||||
light.enable = true;
|
light.enable = true;
|
||||||
sway.enable = true;
|
sway.enable = true;
|
||||||
};
|
};
|
||||||
virtualisation.podman = {
|
virtualisation = {
|
||||||
|
libvirtd = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
xdg.portal.wlr.enable = true;
|
xdg.portal.wlr.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue