aboutsummaryrefslogtreecommitdiff
path: root/modules/services/unifi (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-10fix(fmt): correct formatting for all nix filesFranck Cuny1-1/+2
This was done by running `nixpkgs-fmt .'. Change-Id: I4ea6c1e759bf468d08074be2111cbc7af72df295 Reviewed-on: https://cl.fcuny.net/c/world/+/404 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-10fix(unifi): configure correctly services.unifi for nixos 22.05Franck Cuny1-1/+1
Change-Id: Ide8e479bc88689e052a372825bc90b23b426a89a Reviewed-on: https://cl.fcuny.net/c/world/+/382 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-04-13modules: make the vhost be configurableFranck Cuny1-3/+8
2022-04-13unifi: use nginx for reverse proxyFranck Cuny1-0/+14
2022-04-10secrets: move all the secrets under module/Franck Cuny1-8/+2
Refactor a bit the configuration, which should simplify the management and usage of secrets from now on.
2022-04-10add a module for backup with resticFranck Cuny1-14/+1
Do a single backup for the host, instead of running multiple ones.
2022-04-06refactor unifi to a moduleFranck Cuny1-0/+87