Mastodon VM
This commit is contained in:
parent
b6bd8606ec
commit
66af1a7c6d
|
@ -1004,11 +1004,11 @@
|
||||||
"pixelfed": "pixelfed"
|
"pixelfed": "pixelfed"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1731083725,
|
"lastModified": 1731339393,
|
||||||
"narHash": "sha256-+wmQoX+EXcxM/94vmc91hvR750SGXFsx3WhSYxHwMHA=",
|
"narHash": "sha256-2CTeXvzP3L+uagTOKZkC4OL5D2DIl06FofG7Lb71QtI=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "2d522f51f5b61041a2468ff3bb4eb38704081dbc",
|
"rev": "8e03b4b34ee46beb94fe7cbab17d2e4537507361",
|
||||||
"revCount": 99,
|
"revCount": 102,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.fediversity.eu/fediversity/simple-nixos-fediverse.git"
|
"url": "https://git.fediversity.eu/fediversity/simple-nixos-fediverse.git"
|
||||||
},
|
},
|
||||||
|
|
10
flake.nix
10
flake.nix
|
@ -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 { };
|
fedi103 = makeProcolixVmResource 103 { };
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue