about summary refs log tree commit diff
path: root/machines/devhell/hildr.nix
Commit message (Collapse)AuthorAgeFilesLines
* machines/hildr: Add teamsdevhell2020-02-131-0/+1
| | | | Work laptop.. needs work crap..
* devhell: rm/add general and specific packagesdevhell2020-01-031-2/+0
| | | | | | Trying to get around to cleaning out packages I don't need on a normal basis, this is the start of a number of future commits that will be dealing with cleaning up and optimising my package usage.
* machines/hildr: Switch hildr to Lat2-Terminus16devhell2020-01-021-1/+1
| | | | Can't believe I missed that.
* machines/hildr: Switch from wpa_supplicant to iwddevhell2020-01-021-2/+2
| | | | | | Now that I've finally found a few minutes to mess with iwd's configuration successfully I can switch completely. Only annoyance is iwd's insistence on switching the interface name to 'wlan0'.
* machines: `consoleFont` and `consoleKeyMap` moved to `console`Profpatsch2019-12-221-2/+5
| | | | | | Fixes the evaluation warning. cc @aszlig @devhell @sternenseemann
* machines/hildr: Enable dockerdevhell2019-11-251-1/+1
|
* machines/hildr: Explicitly enable DHCPdevhell2019-10-081-0/+4
|
* {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.
* machines/{eir,gunnr,hildr}: Update DNSdevhell2019-08-021-2/+2
| | | | Let's stick with Cloudflare's primary and secondary resolvers.
* 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: Rework comptondevhell2019-07-251-9/+0
| | | | | | | Compton has been bumped to version 7, and with it the nix definition has changed. Additionally to adopting the new options I'm also moving compton to the overall services and have removed compton references from each machine.
* devhell: Remove localtime and revert timeZonedevhell2019-07-121-1/+0
| | | | Never mind. This doesn't work, of course.
* machines/{hildr,eir}: Enable localtime servicedevhell2019-07-101-0/+1
| | | | | When one travels with one's laptop, one does not wish to be disturbed by having to manually configure a TZ. How plebish.
* {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/gunnr: Disable docker for nowdevhell2019-06-221-2/+2
| | | | | Fails some tests on hydra right now and it's not very important for me to have at the moment.
* machines/devhell/: Rename machines and new console fontdevhell2019-06-191-0/+206
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!