Set the DNS IP, not the most elegant thing

This commit is contained in:
pazpi 2024-11-06 12:10:12 +01:00
parent d86ded0d74
commit 45c92d191b
2 changed files with 8 additions and 0 deletions

View file

@ -26,5 +26,9 @@
openssh.enable = true;
};
networking = {
nameservers = [ "192.168.1.2" ];
};
system.stateVersion = "24.05";
}

View file

@ -71,5 +71,9 @@ in
};
};
networking = {
nameservers = [ "192.168.1.2" ];
};
system.stateVersion = "24.05";
}