# common container config { lib, ... }: { imports = [ ../../../../common ]; # Workaround for bug https://github.com/NixOS/nixpkgs/issues/162686 networking.useHostResolvConf = lib.mkForce false; services.resolved.enable = true; system.stateVersion = lib.mkDefault "24.05"; }