Changed: Podman
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user