podman
This commit is contained in:
parent
49ce285ce6
commit
7a45f85507
1 changed files with 10 additions and 0 deletions
|
@ -13,8 +13,18 @@
|
|||
tmux
|
||||
openssl
|
||||
git
|
||||
podman-tui
|
||||
];
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
networking.firewall.enable = false;
|
||||
services.openssh.enable = true;
|
||||
virtualisation.containers.enable = true;
|
||||
virtualisation = {
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue