Try writefreely
This commit is contained in:
parent
05f3435635
commit
265293df64
7 changed files with 89 additions and 49 deletions
12
linux/nebula/writefreely.nix
Normal file
12
linux/nebula/writefreely.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.writefreely = with config.constants; {
|
||||
enable = true;
|
||||
host = "writefreely.${domain}";
|
||||
settings = {
|
||||
admin.name = userName;
|
||||
server.port = port.writefreely;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue