Update flake

This commit is contained in:
Invariantspace 2024-03-13 22:04:42 -07:00
parent f7225b9bab
commit c0070b691c
3 changed files with 65 additions and 68 deletions

View file

@ -5,14 +5,14 @@
enable = true;
host = "writefreely.${domain}";
settings = {
app = {
site_name = domain;
site_description = "Random thoughts";
};
app = {
site_name = domain;
site_description = "Random thoughts";
};
server = {
bind = wildcard;
port = port.writefreely;
};
bind = wildcard;
port = port.writefreely;
};
};
};
}