Ajout noeud pasteque
This commit is contained in:
parent
412f4018f9
commit
177265b4f1
3 changed files with 21 additions and 0 deletions
|
@ -105,6 +105,12 @@
|
||||||
address = "10.83.6.1";
|
address = "10.83.6.1";
|
||||||
endpoint = "45.81.62.36:33731";
|
endpoint = "45.81.62.36:33731";
|
||||||
};
|
};
|
||||||
|
"pasteque" = {
|
||||||
|
siteName = "corrin";
|
||||||
|
publicKey = "7vPq0z6JVxTLEebasUlR5Uu4dAFZxfddhjWtIYhCoXw=";
|
||||||
|
address = "10.83.6.2";
|
||||||
|
endpoint = "45.81.62.36:33732";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Pin Nomad version
|
# Pin Nomad version
|
||||||
|
|
14
cluster/prod/node/pasteque.nix
Normal file
14
cluster/prod/node/pasteque.nix
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Configuration file local to this node
|
||||||
|
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# Use the systemd-boot EFI boot loader.
|
||||||
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
boot.loader.timeout = 5;
|
||||||
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
|
deuxfleurs.hostName = "pasteque";
|
||||||
|
deuxfleurs.staticIPv4.address = "192.168.5.202";
|
||||||
|
deuxfleurs.staticIPv6.address = "2001:912:1ac0:2200::202";
|
||||||
|
}
|
1
cluster/prod/node/pasteque.site.nix
Symbolic link
1
cluster/prod/node/pasteque.site.nix
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../site/corrin.nix
|
Loading…
Reference in a new issue