infrastructure/hosts/olympus/bastion/containers/common.nix
Vivian e9f9a8e84d
Some checks failed
Lint / lint (push) Failing after 3m16s
initial rewrite
2024-01-03 11:33:00 +01:00

7 lines
201 B
Nix

# common container config
{ lib, ... }: {
# Workaround for bug https://github.com/NixOS/nixpkgs/issues/162686
networking.useHostResolvConf = lib.mkForce false;
services.resolved.enable = true;
}