add machine

This commit is contained in:
Luj 2024-02-12 11:33:21 +01:00
parent f628422bb6
commit a53ffaea44
Signed by: luj
GPG key ID: 6FC74C847011FD83
4 changed files with 303 additions and 150 deletions

View file

@ -166,6 +166,12 @@ inputs: lib: with lib; let
sshUser = "root";
};
wiki = {
subdomains = [ "wiki.staging.julienmalka.me" ];
ipv4.public = "65.21.240.250";
ipv6.public = "2a01:4f9:c012:8178::";
};
};
};