This commit is contained in:
caandt 2024-10-04 19:44:30 -05:00
parent 0095671066
commit bb85943287

View file

@ -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;