fix: disable networking.resolvconf on nixos-wsl instances
All checks were successful
ci / nix-fmt (push) Successful in 8m53s

This commit is contained in:
Ceferino Patino 2026-05-22 23:33:49 -05:00
commit 6dacb6ae36
Signed by: c4patino
SSH key fingerprint: SHA256:9fQ9TsujGrdNNi76mnsu63v7dS5JOmHRZEqBOl49OR8
2 changed files with 4 additions and 0 deletions

View file

@ -49,6 +49,8 @@ in {
};
networking = {
resolvconf.enable = mkForce false;
hostName = "arisu-windows";
hostId = "c6cc4687";
};

View file

@ -49,6 +49,8 @@ in {
};
networking = {
resolvconf.enable = mkForce false;
hostName = "kokoro-windows";
hostId = "98fb2503";
};