about summary refs log tree commit diff
path: root/nix
AgeCommit message (Collapse)AuthorFilesLines
2018-01-03 fix(nix): Fix Gogs SSH accessVincent Ambo1-0/+4
The Gogs developers got it into their head that trying to write things to some relative path from the binary location is a sensible thing to do (spoiler: it's not). Due to their weird "GOGS_CUSTOM" directory which seems to only sometimes be configurable by environment variables, the command used to handle SSH requests failed because it attempted to write logs into the Nix store. This works around the issue by hardcoding the log file root path in the Gogs configuration.
2018-01-03 feat(nix): Add Gemma example deploymentVincent Ambo3-0/+99
2018-01-03 feat(nix): Configure oslo.pub redirect correctlyVincent Ambo1-0/+7
2018-01-02 fix(nix): Correctly configure required kernel modules & VMWare guestVincent Ambo1-0/+10
2018-01-02 refactor(nix): Use disk labels instead of disk UUIDsVincent Ambo2-6/+6
Makes configuration portable between VM instances.
2018-01-02 feat(nix): Configure Gogs setupVincent Ambo1-1/+20
2018-01-02 feat(nix): Configure reverse-proxy for tazblogVincent Ambo2-9/+25
2018-01-01 feat(nix): Add initial Tazblog Nix deployment configurationVincent Ambo6-0/+3655