Changed: Podman
This commit is contained in:
parent
065f4ed0be
commit
a9312ed768
@ -6,6 +6,5 @@
|
||||
./media.nix
|
||||
./xdg.nix
|
||||
./neovim.nix
|
||||
./podman.nix
|
||||
];
|
||||
}
|
||||
|
@ -106,6 +106,15 @@
|
||||
services.gvfs.enable = true;
|
||||
services.tumbler.enable = true;
|
||||
|
||||
virtualisation = {
|
||||
containers.enable = true;
|
||||
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
};
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
# Or disable the firewall altogether.
|
||||
|
Loading…
Reference in New Issue
Block a user