Switching Docker -> Podman
This commit is contained in:
parent
5124620018
commit
7f15c6dff9
1 changed files with 6 additions and 2 deletions
|
@ -157,8 +157,12 @@
|
|||
services.udev.packages = with pkgs; [ logitech-udev-rules ];
|
||||
networking.firewall.enable = false;
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
virtualisation = {
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
defaultNetwork.dnsname.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
#fonts.fontDir.enable = true;
|
||||
|
|
Loading…
Reference in a new issue