Added the rest of the configuration. Still some things to add.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ config, pkgs, ...}:
|
||||
|
||||
{
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.podman.defaultNetwork.settings.dns_enabled = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
podman
|
||||
podman-compose
|
||||
podman-tui
|
||||
slirp4netns
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user