fix(surgat): initrd networking
Some checks failed
Continuous Integration / Checks (push) Has been cancelled

This commit is contained in:
Tim Schubert 2025-05-17 15:02:31 +02:00
parent 33bc06ee10
commit 0c12c8de35
No known key found for this signature in database
4 changed files with 20 additions and 3 deletions

View file

@ -137,6 +137,10 @@ in
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
boot.kernelParams = [
"ip=49.12.3.98::172.31.1.1:255.255.255.255:surgat::dhcp"
];
services.resolved = {
enable = true;
fallbackDns = [ "9.9.9.9" "2620:fe::fe" ];