about summary refs log tree commit diff
path: root/machines/profpatsch/base-server.nix
Commit message (Collapse)AuthorAgeFilesLines
* machines/profpatsch: fix git overwriting gitFullProfpatsch2021-03-051-1/+8
| | | | | | I had a clash between the base config and my workstation, which lead to `git send-email` not being available because `git` (minimal) was shadowing `gitFull`.
* machines/profpatsch/base-server: convert module to toml definitionProfpatsch2020-12-301-22/+29
| | | | | | | | | | This is a working PoC of specifying module configs as toml configuration with simple to understand semantics. Both the option definitions and the actual config values can be specified via the toml DSL. This is extremely happy-path for now, so errors are gonna be horrible.
* machines/profpatsch: always clean /tmp on rebootProfpatsch2017-11-221-2/+0
|
* machines/haku: refactor a bit to include into base server configProfpatsch2017-07-081-4/+11
| | | | | Until now, the config on the actual server was deviating because I changed it locally.
* fix eval errorProfpatsch2017-01-281-2/+3
|
* machines/profpatsch: factor out basic server configProfpatsch2017-01-271-0/+30