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;
|
||||
name = "muhh";
|
||||
description = "Markus Heurung";
|
||||
extraGroups = [ "input" "networkmanager" "video" "wheel" ];
|
||||
extraGroups = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" ];
|
||||
shell = pkgs.fish;
|
||||
linger = true;
|
||||
};
|
||||
|
@ -114,9 +114,14 @@
|
|||
light.enable = true;
|
||||
sway.enable = true;
|
||||
};
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
virtualisation = {
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
};
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
};
|
||||
|
||||
xdg.portal.wlr.enable = true;
|
||||
|
|
Loading…
Reference in a new issue