Add podman settings

This commit is contained in:
Malte Tammena 2021-09-11 12:38:30 +02:00
parent a893146443
commit f40f76c317

View file

@ -117,7 +117,7 @@ in {
hashedPassword =
"$6$zqEC2iJJ98Ne$lRERO30msyjJm7oJCqRD/xj3NIm4De37gD.VUzfg7aceosE/6S6eNAaruIakgUtSC970MHRPoNlCEy1RoFuyh.";
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "video" "lp" "kvm" "libvirtd" ];
extraGroups = [ "wheel" "networkmanager" "video" "lp" "kvm" "libvirtd" "podman" ];
# Yes, use the best, please
shell = pkgs.fish;
};
@ -153,6 +153,8 @@ in {
# Create a `docker` alias for podman, to use it as a drop-in replacement
dockerCompat = true;
dockerSocket.enable = true;
defaultNetwork.dnsname.enable = true;
};
};