Update flake
This commit is contained in:
parent
cd90b61db5
commit
b50c0919cf
7 changed files with 39 additions and 59 deletions
|
|
@ -134,7 +134,7 @@ in {
|
|||
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
k3b.enable = true;
|
||||
# TODO: Enable when it's fixed
|
||||
kde-pim = {
|
||||
enable = true;
|
||||
merkuro = true;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
./network.nix
|
||||
./syncthing.nix
|
||||
./tailscale.nix
|
||||
./writefreely.nix
|
||||
./zfs.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue