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

@ -134,7 +134,7 @@ in {
programs = {
dconf.enable = true;
k3b.enable = true;
# TODO: Enable when it's fixed
kde-pim = {
enable = true;
merkuro = true;

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;
};
};
};
}

View file

@ -68,9 +68,6 @@ with config.constants; {
header_up X-Real-IP {remote_host}
}
'';
"writefreely.${domain}".extraConfig = ''
reverse_proxy ${homeSrv "writefreely"}
'';
}
// (acme [
config.mailserver.fqdn