Move Synapse on hcloud and deploy it with Terraform + NixOs

This commit is contained in:
Paul-Henri Froidmont 2021-07-15 13:38:22 +02:00
parent 8d543677c9
commit c76ade9c29
14 changed files with 396 additions and 37 deletions

27
flake.lock generated Normal file
View file

@ -0,0 +1,27 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1626117186,
"narHash": "sha256-KSVWpb03y2QootRxAG4RwTI14RUn1vmz/yRgVlDJRpk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a7512bb64b1dd693c97b1219c24032d28f20f9e8",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-21.05",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}