infrastructure/nixos/hosts/olympus/bastion/containers/common.nix
Vivian f409d9849c
Some checks failed
Lint / lint (push) Failing after 2m15s
Plex Update / update (push) Successful in 2m33s
disable containers for now
2024-01-01 14:39:53 +01:00

6 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;
}