Mastodon VM

This commit is contained in:
Nicolas Jeannerod 2024-11-11 16:32:15 +01:00
parent b6bd8606ec
commit 66af1a7c6d
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8
2 changed files with 13 additions and 5 deletions

View file

@ -1004,11 +1004,11 @@
"pixelfed": "pixelfed"
},
"locked": {
"lastModified": 1731083725,
"narHash": "sha256-+wmQoX+EXcxM/94vmc91hvR750SGXFsx3WhSYxHwMHA=",
"lastModified": 1731339393,
"narHash": "sha256-2CTeXvzP3L+uagTOKZkC4OL5D2DIl06FofG7Lb71QtI=",
"ref": "refs/heads/main",
"rev": "2d522f51f5b61041a2468ff3bb4eb38704081dbc",
"revCount": 99,
"rev": "8e03b4b34ee46beb94fe7cbab17d2e4537507361",
"revCount": 102,
"type": "git",
"url": "https://git.fediversity.eu/fediversity/simple-nixos-fediverse.git"
},

View file

@ -146,7 +146,15 @@
};
};
fedi102 = makeProcolixVmResource 102 { };
fedi102 = makeProcolixVmResource 102 {
fediversity = {
enable = true;
domain = "fedi102.niols.fr";
mastodon.enable = true;
temp.cores = 1; # FIXME: should come from NixOps4 eventually
};
};
fedi103 = makeProcolixVmResource 103 { };
};