diff --git a/modules/system/podman/default.nix b/modules/system/podman/default.nix index b4823d5..6b0cc3f 100644 --- a/modules/system/podman/default.nix +++ b/modules/system/podman/default.nix @@ -26,7 +26,7 @@ in # Allow DNS resolution in the default network defaultNetwork.dnsname.enable = true; - # TODO wait for next release + # TODO enable in NixOS 23.05 # autoPrune.enable = true; }; };