Ajout noeud pasteque

This commit is contained in:
Baptiste Jonglez 2024-11-28 21:26:54 +01:00
parent 412f4018f9
commit 177265b4f1
3 changed files with 21 additions and 0 deletions

View file

@ -105,6 +105,12 @@
address = "10.83.6.1";
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

View 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";
}

View file

@ -0,0 +1 @@
../site/corrin.nix