finish nomad, add consul, sops

This commit is contained in:
2023-11-20 19:29:41 +00:00
parent 40c3499465
commit defa8b9b64

View File

@@ -11,11 +11,13 @@
nixpkgs.hostPlatform.system = "aarch64-linux";
networking.hostName = "odroid5";
networking.interfaces.eth0.ipv4.addresses = [ {
address = "192.168.1.225";
prefixLength = 24;
} ];
networking.interfaces.eth0.ipv4.addresses = [
{
address = "192.168.1.225";
prefixLength = 24;
}
];
networking.defaultGateway = "192.168.1.1";
networking.nameservers = [ "192.168.1.1" "8.8.8.8" ];
networking.defaultGateway = "192.168.1.1";
networking.nameservers = ["192.168.1.1" "8.8.8.8"];
}