summaryrefslogtreecommitdiff
path: root/nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update sourcesstuebinm2021-08-191-7/+7
|
* nixpkgs 20.09 → nixpkgs 21.05stuebinm2021-06-241-4/+4
| | | | | | | | | Since pleroma is in nixpkgs 21.05, this requires some reshuffling to keep the unstable version of pleroma (otherwise the database versions are not compatible, and pleroma does not like database downgrades). Additionally, hedgedoc's database has been moved to a postgres user who is actually called hedgedoc.
* update sourcesstuebinm2021-06-232-12/+15
|
* update sources, unbreak hedgedoc with cindyjsstuebinm2021-05-201-9/+15
|
* update sourcesstuebinm2021-04-221-6/+6
|
* update sourcesstuebinm2021-04-171-6/+6
|
* update sourcesstuebinm2021-03-271-6/+6
|
* update sourcesstuebinm2021-03-201-6/+6
|
* update sourcesstuebinm2021-03-111-6/+6
|
* Added Pleromastuebinm2021-03-081-6/+6
| | | | | | | | | This pleroma config should be able to set itself up without any manual intervention (modulo the secrets file, which is almost empty). Annoyingly, the pleroma nixpkg is built from the pipeline artifacts of the pleroma gitlab and does not have support for pleroma's ssh/bbs mode.
* migrating configstuebinm2021-03-032-0/+209
This deploy logic is primarily based on hxchn's deploy lib [1], with some slight modifications to make it work with my setup. Everything seems to work fine for now. However, I am unsure about the usage of niv — the config doesn't seem to gain much from it, apart from (some) additional complexity. [1] https://gitlab.com/hexchen/nixfiles