about summary refs log tree commit diff
path: root/machines/devhell/sigrun.nix
Commit message (Collapse)AuthorAgeFilesLines
* machines/devhell: maxJobs -> max-jobsdevhell2022-03-021-1/+3
|
* machines/*: Default to original configurationdevhell2021-03-251-1/+0
| | | | Let's keep it simple, everything else seems to just end in tears.
* machines/devhell: Once again remove syncthing dataDirdevhell2021-03-191-1/+0
| | | | Sigh.
* machines/devhell: Change syncthing dataDirdevhell2021-03-191-1/+1
| | | | | So the previous idea didn't work as expected, instead I'm going to use the directory name Syncthing would use anyway.
* Revert "machines/devhell: Remove syncthing dataDir"devhell2021-03-191-97/+98
| | | | This reverts commit d46aa4ec882dcb9ac0e09da6e1aecb361d90d287.
* machines/devhell: Remove syncthing dataDirdevhell2021-03-191-98/+97
| | | | | This doesn't seem to work properly, Syncthing will still add its default `Sync` directory.
* machines/{gunnr,hildr,sigrun}: Remove xscreensaverdevhell2020-10-281-1/+0
| | | | | I really love the screensavers, but unfortunately more often than not it's hugely distracting for my mode of work.
* devhell-wide: Remove unnecessary packagesdevhell2020-05-141-8/+0
| | | | Still a continuation of some housekeeping.
* devhell: Replace chromium with bravedevhell2020-02-221-1/+0
| | | | | | | | | I'm quite tired and bored of things like [1]. I can't find evidence that Brave has implemented this, so Brave will replace Chromium. [1]: https://www.chromestatus.com/feature/4733392803332096
* machines: `consoleFont` and `consoleKeyMap` moved to `console`Profpatsch2019-12-221-2/+5
| | | | | | Fixes the evaluation warning. cc @aszlig @devhell @sternenseemann
* machines/sigrun: Remove twisterdevhell2019-09-041-1/+0
| | | | I'm not really using it.
* {machines,modules}/devhell: Split updateMicrocodedevhell2019-08-251-0/+1
| | | | | | Most machines are Intel, but not all, therefore we must now apply CPU microcode updates to different manufacturers explicitly. Something that needs DRYing, yet again.
* profiles/services: Move syncthing to machinesdevhell2019-08-011-0/+5
| | | | | | Unfortunately gunnr can't access syncthing from its network, and so there's no point in having it run. Looks ugly and needs to be DRY-ed at some point in time, but that'll have to wait.
* {machines,modules}/devhell: Split offlineimapdevhell2019-07-021-0/+5
| | | | | | | | I can't keep `offlineimap` as a service that applies to all, simply because `gunnr` will never be able access IMAP from its network. There's therefore little point in having it try to connect. So, instead I've moved the service to all machines that are expected to be able to access emails.
* {machines,modules}: Split out thermald servicedevhell2019-06-261-0/+1
| | | | | | Now that my machine landscape also includes AMD, having a blanket `thermald` service running makes no sense. All Intel-based machines now have a `thermald` service explicitly enabled instead.
* machines/devhell/: Rename machines and new console fontdevhell2019-06-191-0/+267
I'm bored of the names my machines have. Luckily NixOS makes changing names as easy as changing underwear! So, let's use Valkyrie names instead. Also, change the console font to something nicer, like the default `Lat2-Terminus16` font!