fix odroid8

This commit is contained in:
2023-11-21 00:59:30 +00:00
parent fb129334fa
commit 39078a58d8

View File

@@ -11,4 +11,14 @@
nixpkgs.hostPlatform.system = "aarch64-linux";
networking.hostName = "odroid8";
networking.interfaces.end0.ipv4.addresses = [
{
address = "192.168.1.228";
prefixLength = 24;
}
];
networking.defaultGateway = "192.168.1.1";
networking.nameservers = ["192.168.1.1" "8.8.8.8"];
}