Trying out Lemmy.
Yes I read the comment, actually need to upgrade the version else it won't compile
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -27,6 +27,7 @@
|
|||||||
"jitsi",
|
"jitsi",
|
||||||
"jquery",
|
"jquery",
|
||||||
"keymap",
|
"keymap",
|
||||||
|
"lemmy",
|
||||||
"longview",
|
"longview",
|
||||||
"maths",
|
"maths",
|
||||||
"mdformat",
|
"mdformat",
|
||||||
|
|||||||
@@ -26,12 +26,6 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
"helpme.fancytypist.ca" = {
|
|
||||||
extraConfig = ''
|
|
||||||
respond "Welcome to only other subdomain...helpme!"
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
"osds.fancytypist.dev" = {
|
"osds.fancytypist.dev" = {
|
||||||
serverAliases = ["osds.fancytypist.dev"];
|
serverAliases = ["osds.fancytypist.dev"];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
@@ -55,4 +49,13 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.lemmy = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
hostname = "helpme.fancytypist.ca";
|
||||||
|
database.createLocally = true;
|
||||||
|
};
|
||||||
|
caddy.enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -139,5 +139,5 @@
|
|||||||
# this value at the release version of the first install of this system.
|
# this value at the release version of the first install of this system.
|
||||||
# Before changing this value read the documentation for this option
|
# Before changing this value read the documentation for this option
|
||||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||||
system.stateVersion = "23.05"; # Did you read the comment?
|
system.stateVersion = "25.11"; # Did you read the comment?
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user