Update flake
This commit is contained in:
parent
cd90b61db5
commit
b50c0919cf
7 changed files with 39 additions and 59 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue