Enable fallback DNS on mini-pc
Deploy mini-pc / deploy (push) Failing after 33s
NixOS switch mini-pc / switch (push) Failing after 1m27s

This commit is contained in:
Dmitry
2026-05-30 14:58:42 +03:00
parent 7d66b0e296
commit 8ed947e48b
2 changed files with 10 additions and 1 deletions
+4 -1
View File
@@ -30,7 +30,10 @@
};
};
services.resolved.enable = false;
services.resolved = {
enable = true;
fallbackDns = [ "1.1.1.1" "8.8.8.8" ];
};
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;