containers/{emerald,fluorite}: fix dns
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-03-18 03:14:59 +11:00
parent 465ec6f2fc
commit ecdd594a1b
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 8 additions and 0 deletions

View file

@ -19,6 +19,10 @@
modules = [
./configuration.nix
{
networking.useHostResolvConf = false;
networking.nameservers = [ host ];
}
];
in {
nixosConfigurations.container = nixpkgs.lib.nixosSystem {

View file

@ -18,6 +18,10 @@
modules = [
./configuration.nix
{
networking.useHostResolvConf = false;
networking.nameservers = [ host ];
}
];
in {
nixosConfigurations.container = nixpkgs.lib.nixosSystem {