enable podman
This commit is contained in:
parent
ddae1c3361
commit
03ca0530f9
@ -45,8 +45,7 @@
|
||||
|
||||
services.thermald.enable = true;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
users.extraUsers.gebner.extraGroups = [ "docker" "libvirtd" ];
|
||||
users.extraUsers.gebner.extraGroups = [ "libvirtd" ];
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
|
||||
|
@ -39,6 +39,11 @@
|
||||
drivers = [ pkgs.hplip ];
|
||||
};
|
||||
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
"kernel.perf_event_paranoid" = "0";
|
||||
"kernel.kptr_restrict" = pkgs.lib.mkForce "0";
|
||||
|
@ -35,12 +35,6 @@
|
||||
|
||||
services.thermald.enable = true;
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
storageDriver = "overlay2";
|
||||
};
|
||||
users.extraUsers.gebner.extraGroups = [ "docker" ];
|
||||
|
||||
hardware.opengl = {
|
||||
extraPackages = with pkgs; [ beignet ];
|
||||
driSupport32Bit = true;
|
||||
|
@ -61,12 +61,7 @@
|
||||
unison
|
||||
];
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
storageDriver = "overlay2";
|
||||
};
|
||||
users.extraUsers.gebner.extraGroups = [ "docker" "libvirtd" "video" "input" "dialout" ];
|
||||
|
||||
users.extraUsers.gebner.extraGroups = [ "libvirtd" ];
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user