fix(vault01): Connect to internet and deploy through vpn
All checks were successful
build configuration / build_rescue01 (push) Successful in 1m3s
build configuration / build_web02 (push) Successful in 1m5s
build configuration / build_storage01 (push) Successful in 1m9s
build configuration / build_vault01 (push) Successful in 1m9s
build configuration / build_compute01 (push) Successful in 1m15s
lint / check (push) Successful in 22s
build configuration / build_web01 (push) Successful in 1m31s
All checks were successful
build configuration / build_rescue01 (push) Successful in 1m3s
build configuration / build_web02 (push) Successful in 1m5s
build configuration / build_storage01 (push) Successful in 1m9s
build configuration / build_vault01 (push) Successful in 1m9s
build configuration / build_compute01 (push) Successful in 1m15s
lint / check (push) Successful in 22s
build configuration / build_web01 (push) Successful in 1m31s
This commit is contained in:
parent
581fa6b560
commit
2e93649de3
2 changed files with 9 additions and 8 deletions
|
@ -90,14 +90,15 @@
|
|||
vault01 = {
|
||||
interfaces = {
|
||||
enp130s0f0 = {
|
||||
ipv4 = [
|
||||
{
|
||||
address = "129.199.210.85";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
#ipv4 = [
|
||||
# {
|
||||
# address = "129.199.210.85";
|
||||
# prefixLength = 24;
|
||||
# }
|
||||
#];
|
||||
|
||||
gateways = [ "129.199.210.254" ];
|
||||
#gateways = [ "129.199.210.254" ];
|
||||
gateways = [ ];
|
||||
|
||||
DHCP = "ipv4";
|
||||
};
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
- par02 -> Local DGNum Jourdan
|
||||
- par03 -> VM de Luj
|
||||
*/
|
||||
|
||||
{
|
||||
web01 = {
|
||||
site = "dmi01";
|
||||
|
@ -56,6 +55,7 @@
|
|||
|
||||
vault01 = {
|
||||
site = "par02";
|
||||
deployment.targetHost = "vault01.dgnum";
|
||||
|
||||
stateVersion = "23.11";
|
||||
nixpkgs = "unstable";
|
||||
|
|
Loading…
Reference in a new issue