aboutsummaryrefslogtreecommitdiff
path: root/modules/services/unifi/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
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-1/+7
2022-03-07backups: spread them so they don't clashFranck Cuny1-0/+1
If they start running at the same time, they won't be able to succeed since there's a global lock on the repository.
2022-03-07unifi: backup the data to the local reoFranck Cuny1-0/+14
2022-03-06unifi: set the correct name for the poller's unitFranck Cuny1-2/+2
2022-03-06unifi: configure the pollerFranck Cuny1-5/+18
2022-03-06unifi: add unifi on the NASFranck Cuny1-0/+53