podman
This commit is contained in:
parent
0095671066
commit
bb85943287
|
|
@ -101,7 +101,7 @@
|
|||
|
||||
users.users.ahnwuoa = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [ "wheel" "podman" ];
|
||||
};
|
||||
|
||||
xdg.terminal-exec = {
|
||||
|
|
@ -114,6 +114,14 @@
|
|||
};
|
||||
services.udisks2.enable = true;
|
||||
|
||||
virtualisation.containers.enable = true;
|
||||
virtualisation = {
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
};
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
programs.nix-ld.enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue