Host a writefreely instance for dtth
This commit is contained in:
parent
2f0e0b0939
commit
2528ccd33f
4 changed files with 586 additions and 5 deletions
|
@ -16,6 +16,7 @@
|
|||
./headscale.nix
|
||||
./gitea.nix
|
||||
./miniflux.nix
|
||||
./writefreely.nix
|
||||
];
|
||||
|
||||
common.linux.enable = false; # Don't enable the "common linux" module, this is a special machine.
|
||||
|
@ -156,9 +157,9 @@
|
|||
envFile = config.sops.secrets.youmubot-env.path;
|
||||
};
|
||||
|
||||
# Writefreely
|
||||
cloud.writefreely.enable = true;
|
||||
cloud.writefreely.package = pkgs.unstable.writefreely;
|
||||
# Writefreely on nki
|
||||
# cloud.writefreely.enable = true;
|
||||
# cloud.writefreely.package = pkgs.unstable.writefreely;
|
||||
|
||||
# Authentik
|
||||
sops.secrets.authentik-env = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue