fix: disable networking.resolvconf on nixos-wsl instances
All checks were successful
ci / nix-fmt (push) Successful in 8m53s
All checks were successful
ci / nix-fmt (push) Successful in 8m53s
This commit is contained in:
parent
89e662ff5a
commit
6dacb6ae36
2 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ in {
|
|||
};
|
||||
|
||||
networking = {
|
||||
resolvconf.enable = mkForce false;
|
||||
|
||||
hostName = "arisu-windows";
|
||||
hostId = "c6cc4687";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -49,6 +49,8 @@ in {
|
|||
};
|
||||
|
||||
networking = {
|
||||
resolvconf.enable = mkForce false;
|
||||
|
||||
hostName = "kokoro-windows";
|
||||
hostId = "98fb2503";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue