This commit is contained in:
Ezri Zhu 2024-09-26 10:03:41 -04:00
parent 49ce285ce6
commit 7a45f85507
Signed by: ezri
SSH key fingerprint: SHA256:PjS2hKMfl3gJ5Furjjq+kXa4ZvS1c0gb4/djAxxAf6c

View file

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