Update flake

This commit is contained in:
Invariantspace 2024-10-23 19:42:59 -07:00
parent cd90b61db5
commit b50c0919cf
No known key found for this signature in database
GPG key ID: EBC4A20067373921
7 changed files with 39 additions and 59 deletions

View file

@ -13,7 +13,6 @@
./network.nix
./syncthing.nix
./tailscale.nix
./writefreely.nix
./zfs.nix
];
}

View file

@ -1,16 +0,0 @@
{config, ...}: {
services.writefreely = with config.constants; {
enable = true;
host = "writefreely.${domain}";
settings = {
app = {
site_name = domain;
site_description = "Random thoughts";
};
server = {
bind = wildcard;
port = port.writefreely;
};
};
};
}