infrastructure/nixos/hosts/olympus/bastion/containers/common.nix

7 lines
201 B
Nix
Raw Normal View History

2024-01-01 14:39:53 +01:00
# common container config
{ lib, ... }: {
# Workaround for bug https://github.com/NixOS/nixpkgs/issues/162686
networking.useHostResolvConf = lib.mkForce false;
services.resolved.enable = true;
}