1
1

Trying out Lemmy.
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Gitea Actions Demo / build-site (push) Successful in 3s

Yes I read the comment, actually need to upgrade the version else it won't compile
This commit is contained in:
2026-01-03 22:43:52 -05:00
parent 9b77159110
commit 2f233bab42
3 changed files with 11 additions and 7 deletions

View File

@@ -26,12 +26,6 @@ in {
'';
};
"helpme.fancytypist.ca" = {
extraConfig = ''
respond "Welcome to only other subdomain...helpme!"
'';
};
"osds.fancytypist.dev" = {
serverAliases = ["osds.fancytypist.dev"];
extraConfig = ''
@@ -55,4 +49,13 @@ in {
'';
};
};
services.lemmy = {
enable = true;
settings = {
hostname = "helpme.fancytypist.ca";
database.createLocally = true;
};
caddy.enable = true;
};
}