containers/fluorite: wrap dns as str
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-06-17 00:12:01 +10:00
parent 5b666bf576
commit 59bbe127d6
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -20,7 +20,7 @@
./configuration.nix ./configuration.nix
{ {
networking.useHostResolvConf = false; networking.useHostResolvConf = false;
networking.nameservers = [ 8.8.8.8 ]; networking.nameservers = [ "8.8.8.8" ];
} }
]; ];
in { in {