forked from fediversity/fediversity
Compare commits
12 commits
66c0425e1c
...
21b5fb5912
| Author | SHA1 | Date | |
|---|---|---|---|
| 21b5fb5912 | |||
| ddedc39446 | |||
| d76d87727d | |||
| b137407aab | |||
| 7b1e40f955 | |||
| 2d193385c4 | |||
| 37afa426c8 | |||
| 7845c7c5c4 | |||
| 8ae0d1493a | |||
| ed042230b4 | |||
| 5ba821309d | |||
| 2f38cddd0f |
4 changed files with 1 additions and 28 deletions
|
|
@ -65,7 +65,7 @@ let
|
||||||
isTestVm = true;
|
isTestVm = true;
|
||||||
};
|
};
|
||||||
mastodonConfigurationResource = makeResourceModule {
|
mastodonConfigurationResource = makeResourceModule {
|
||||||
vmName = "test06"; # somehow `test02` has a problem - use test06 instead
|
vmName = "test02";
|
||||||
isTestVm = true;
|
isTestVm = true;
|
||||||
};
|
};
|
||||||
peertubeConfigurationResource = makeResourceModule {
|
peertubeConfigurationResource = makeResourceModule {
|
||||||
|
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
{
|
|
||||||
fediversityVm = {
|
|
||||||
vmId = 7006;
|
|
||||||
proxmox = "fediversity";
|
|
||||||
|
|
||||||
hostPublicKey = builtins.readFile ./ssh_host_ed25519_key.pub;
|
|
||||||
unsafeHostPrivateKey = builtins.readFile ./ssh_host_ed25519_key;
|
|
||||||
|
|
||||||
domain = "abundos.eu";
|
|
||||||
ipv4 = {
|
|
||||||
address = "95.215.187.56";
|
|
||||||
gateway = "95.215.187.1";
|
|
||||||
};
|
|
||||||
ipv6 = {
|
|
||||||
address = "2a00:51c0:13:1305::56";
|
|
||||||
gateway = "2a00:51c0:13:1305::1";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
-----BEGIN OPENSSH PRIVATE KEY-----
|
|
||||||
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
|
|
||||||
QyNTUxOQAAACC9tVetM5x9PPgc6quVSq8Hk6bJ0VzO9hB7n470pSlhTwAAAIh7l3X0e5d1
|
|
||||||
9AAAAAtzc2gtZWQyNTUxOQAAACC9tVetM5x9PPgc6quVSq8Hk6bJ0VzO9hB7n470pSlhTw
|
|
||||||
AAAEBu+g3q61og0mJ+mHv0oBaQXuJO4BOGcpR3p0UI8sdeyr21V60znH08+Bzqq5VKrweT
|
|
||||||
psnRXM72EHufjvSlKWFPAAAAAAECAwQF
|
|
||||||
-----END OPENSSH PRIVATE KEY-----
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL21V60znH08+Bzqq5VKrweTpsnRXM72EHufjvSlKWFP
|
|
||||||
Loading…
Add table
Reference in a new issue