Pixelfed VM

This commit is contained in:
Nicolas Jeannerod 2024-11-11 17:17:56 +01:00
parent 66af1a7c6d
commit 6b6d2a6991
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8
2 changed files with 18 additions and 5 deletions

View file

@ -1004,11 +1004,11 @@
"pixelfed": "pixelfed" "pixelfed": "pixelfed"
}, },
"locked": { "locked": {
"lastModified": 1731339393, "lastModified": 1731341458,
"narHash": "sha256-2CTeXvzP3L+uagTOKZkC4OL5D2DIl06FofG7Lb71QtI=", "narHash": "sha256-n6OJFaUtqRgzu5pFsk3di2AadSpudWjF5QXIcUKgu4c=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "8e03b4b34ee46beb94fe7cbab17d2e4537507361", "rev": "49473c43c85e167e5ef0b1deccdfb40664774ec5",
"revCount": 102, "revCount": 104,
"type": "git", "type": "git",
"url": "https://git.fediversity.eu/fediversity/simple-nixos-fediverse.git" "url": "https://git.fediversity.eu/fediversity/simple-nixos-fediverse.git"
}, },

View file

@ -156,7 +156,20 @@
}; };
}; };
fedi103 = makeProcolixVmResource 103 { }; fedi103 = makeProcolixVmResource 103 (
{ pkgs, ... }:
{
fediversity = {
enable = true;
domain = "fedi103.niols.fr";
peertube.enable = true;
temp.peertubeSecretsFile = pkgs.writeText "secret" ''
574e093907d1157ac0f8e760a6deb1035402003af5763135bae9cbd6abe32b24
'';
};
}
);
}; };
}; };
}; };