F666FOSFV6GIX2ZJ3WTKAHBHVBFI3BMTEJGFRHLWQIZI3QSZZMRQC
WIFZHHGZ76CFUEN5P6ZWUO763MFOEGGWG5GUM73OIXRTU46K2VFAC
QJSIQOCXRIHWFNBM3BQ4ILFK4ZQ6ALN5LNWPY6GTYRDBDB5LUV2AC
4B7V7XF3UOGCB2475RAXX7LDLLJ3LRZJIU7KNINGU27FXFSDDXYQC
4HN5LZRSOAODRIM57WBB35C66VO7BR4PGFINLUMTGNHULEK43CEQC
inherit (config.networking) domain;
inherit (config.networking) domain hostName;
assertions = [ { assertion = hostName == "plum"; message = "The forgejo module should only be used on the 'plum' host, but you're trying to enable it on '${hostName}'."; } ];
assertions = [
{
assertion = hostName == "plum";
message = "The forgejo module should only be used on the 'plum' host, but you're trying to enable it on '${hostName}'.";
}
];