moved podman to virtualisation

This commit is contained in:
caleb 2024-03-12 09:30:22 -04:00
parent 0e60a07fd2
commit 4ff0678316

View File

@ -3,18 +3,8 @@
environment.systemPackages = with pkgs; [
nmap
wireshark
podman-compose
];
virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = [ "caleb" ];
#podman
virtualisation = {
podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
};
};
}