Trying out Lemmy.
Yes I read the comment, actually need to upgrade the version else it won't compile
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user