voyager: remove flame. Move DNS to base.nix

This commit is contained in:
2023-10-05 23:46:22 +02:00
parent 0cae9e4995
commit 2d5e40882c
6 changed files with 1 additions and 27 deletions

View File

@@ -20,7 +20,6 @@
networking = {
hostName = "sarek";
defaultGateway = "192.168.10.1";
nameservers = [ "192.168.10.3" "192.168.11.100" "1.1.1.1" ];
interfaces."eth0".ipv4 = {
addresses = [
{ address = "192.168.10.181"; prefixLength = 24; }