mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-25 06:32:08 +00:00
finish nomad, add consul, sops
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
nixpkgs.hostPlatform.system = "aarch64-linux";
|
||||
networking.hostName = "odroid8";
|
||||
|
||||
networking.interfaces.end0.ipv4.addresses = [
|
||||
networking.interfaces.end0.ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.1.228";
|
||||
prefixLength = 24;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
virtualisation.docker.enable = true;
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [4646 4647 4648];
|
||||
allowedUDPPorts = [4648];
|
||||
allowedUDPPorts = [4646 4647 4648];
|
||||
};
|
||||
|
||||
services.nomad = {
|
||||
|
||||
Reference in New Issue
Block a user