about summary refs log tree commit diff
path: root/machines/devhell/eir.nix
Commit message (Collapse)AuthorAgeFilesLines
* machines/all: Force wait-online to falsedevhell2022-12-161-1/+1
| | | | | | systemd-networkd-wait-online is still annoying as hell, but just disabling it normally clashes now with the default, so let's force it into a disabled state.
* Revert "machines/devhell: remove systemd-networkd wait"devhell2022-12-161-0/+3
| | | | This reverts commit b1440a0ee2a096fd99f2d9217830e47e00d058de.
* machines/devhell: remove systemd-networkd waitdevhell2022-12-121-3/+0
|
* machines/devhell: maxJobs -> max-jobsdevhell2022-03-021-1/+1
|
* treewide: Rename packagesdevhell2022-03-021-1/+1
| | | | More packages have been renamed recently.
* {machines,modules}/devhell: Switch to Nix 2.4devhell2021-11-151-3/+0
| | | | | This commit also includes a bit of drying the `auto-optimise-store` Nix option.
* machines/eir: Remove tlp.extraConfigdevhell2021-10-271-44/+1
| | | | This has been removed a while ago, so might as well remove this too.
* machines/{gunnr,eir}: Force `none` schedulerdevhell2021-07-061-1/+1
| | | | | Without this, the kernel tries to use `mq-deadline` for gunnr. The invocation for eir was wrong anyway, so this should fix it.
* machines/eir: Update configdevhell2021-06-231-49/+21
| | | | | | It's been a while since I last used this machine. At some point I need to go through it with a fine-toothed comb, but for now these changes will be enough.
* machines/devhell: Add touchpad to libinputdevhell2021-06-091-2/+4
| | | | I've done this before with herja, and then forgot to update the others.
* machines/devhell: services.gnome3 -> gnomedevhell2021-05-171-6/+6
| | | | It's been renamed recently and throws a warning saying as much.
* 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-0/+1
| | | | This reverts commit d46aa4ec882dcb9ac0e09da6e1aecb361d90d287.
* machines/devhell: Remove syncthing dataDirdevhell2021-03-191-1/+0
| | | | | This doesn't seem to work properly, Syncthing will still add its default `Sync` directory.
* machines/eir: Remove some unneeded CUPS packagesdevhell2021-03-011-1/+1
|
* machines/eir: Remove unnecessary packagesdevhell2020-09-061-4/+0
| | | | A bit more cleanup.
* machines/{hildr,gunnr,eir}: xrdb use Nord colorsdevhell2020-08-271-16/+48
| | | | I've grown quite fond of this colorscheme. At least for now.
* machines/{eir,hildr}: Enable wavemon properlydevhell2020-05-301-2/+4
| | | | Using the wrapper rather than normal.
* devhell-wide: Remove unnecessary packagesdevhell2020-05-141-1/+0
| | | | Still a continuation of some housekeeping.
* machines/{eir,hildr}: Remove docker/servicedevhell2020-05-141-2/+0
| | | | | I think I'll switch to `podman` now. I was never a fan of docker needing a daemon to begin with.
* Revert "machines/{hildr,eir}: Rename docker to oci-container"devhell2020-05-041-4/+1
| | | | | | This reverts commit 5557cd782a1ce6bcee0c907ba6349c13da2f82db. Massive brainfart.
* machines/{hildr,eir}: Rename docker to oci-containerdevhell2020-05-041-1/+4
| | | | | | Upstream changed `virtualisation.docker` to `virtualisation.oci-container` in [1], so naturally we'll need to rename it here too.
* machines/eir: Remove custom DNS settingdevhell2020-04-231-3/+0
| | | | | Cloudflare's DNS are already baked into networkd as fallback, so there's no need to still have them explicitly set.
* machines/{eir,gunnr}: Switch pamixer to profiledevhell2020-02-111-1/+0
| | | | Small but still valid step towards more de-DRYing.
* machines: `consoleFont` and `consoleKeyMap` moved to `console`Profpatsch2019-12-221-2/+5
| | | | | | Fixes the evaluation warning. cc @aszlig @devhell @sternenseemann
* {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-7/+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/eir: Fix thermald brainfartdevhell2019-06-261-1/+1
|
* {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/+247
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!