about summary refs log tree commit diff
path: root/machines
Commit message (Collapse)AuthorAgeFilesLines
* services: add guix service, for running the guix daemonProfpatsch2019-09-281-0/+3
|
* machines/profpatsch/workstation: add packagesProfpatsch2019-09-282-1/+5
|
* machines/gunnr: Remove Cloudflare DNS addressesdevhell2019-09-251-3/+0
| | | | These are now blocked by university's network. *sigh*
* machines/brawndo: Use cnijfilter2 from nixpkgsaszlig2019-09-231-13/+1
| | | | | | | https://github.com/NixOS/nixpkgs/pull/58399 has been merged a few hours ago, so we no longer need to use our manual override. Signed-off-by: aszlig <aszlig@nix.build>
* machines/managed: Switch to libinputaszlig2019-09-073-5/+0
| | | | | | | | | | | | Since NixOS/nixpkgs@466f5e534688049be2ed6e75ae5659633016b45e, libinput is enabled by default for Plasma 5, so we no longer need to explicitly enable it anymore. Furthermore, there was brawndo as the only machine still using Synaptics and it's about time it's using libinput as well, so I subsequently removed synaptics there. Signed-off-by: aszlig <aszlig@nix.build>
* machines/dnyarri: Fix allowUnfreePredicateaszlig2019-09-061-1/+1
| | | | | | | | | | | | | Since NixOS/nixpkgs@c814d72b517bb201c8bbbfc64e386c7023352886, a lot of packages now no longer have a name attribute but instead use pname, so when checking the package name within allowUnfreePredicate we need to make sure that we fall back to a default if the name attribute is not present. This fixes evaluation of the machine, however I didn't check if it actually builds. Signed-off-by: aszlig <aszlig@nix.build>
* machines/sigrun: Remove twisterdevhell2019-09-041-1/+0
| | | | I'm not really using it.
* machines/haku: add lisanne againProfpatsch2019-08-281-1/+1
|
* machines/haku: custom portsProfpatsch2019-08-281-0/+3
|
* machines/profpatsch: add *all the* VM usersProfpatsch2019-08-281-1/+1
|
* machines/profpatsch: add lr and xe to my base profileProfpatsch2019-08-281-0/+2
|
* machines/haku: add lisanneProfpatsch2019-08-271-0/+1
|
* {machines,modules}/devhell: Split updateMicrocodedevhell2019-08-254-0/+4
| | | | | | 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-023-5/+6
| | | | Let's stick with Cloudflare's primary and secondary resolvers.
* profiles/services: Move syncthing to machinesdevhell2019-08-013-0/+15
| | | | | | 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-253-25/+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.
* machines/gunnr: Switch to dvorak layoutdevhell2019-07-231-2/+2
| | | | | Now that my shiny new TypeMatrix has arrived, we'll be using the superior dvorak layout.
* machines/gunnr: Change proxy settingsdevhell2019-07-171-1/+1
| | | | This is better controlled via browser proxy settings.
* devhell: Remove localtime and revert timeZonedevhell2019-07-122-2/+0
| | | | Never mind. This doesn't work, of course.
* machines/{hildr,eir}: Enable localtime servicedevhell2019-07-102-0/+2
| | | | | 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-023-0/+15
| | | | | | | | 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/gunnr: Disable systemd-networkd-wait-onlinedevhell2019-06-261-0/+3
| | | | Still not working properly.
* machines/eir: Fix thermald brainfartdevhell2019-06-261-1/+1
|
* {machines,modules}: Split out thermald servicedevhell2019-06-263-0/+3
| | | | | | 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: Switch from btrfs to zfsdevhell2019-06-251-15/+20
| | | | | I've been wanting to test ZFS for a while now, and since 0.8 we have stable encryption and TRIM support for SSDs.
* machines/gunnr: Add allowed NTP time serverdevhell2019-06-241-0/+4
| | | | Everything is locked down, but thankfully we have an NTP running. Phew.
* machines/gunnr: Add xbindkeysdevhell2019-06-241-0/+1
| | | | Otherwise keyboard-controlled volume won't work.
* machines/gunnr: Remove powertopdevhell2019-06-241-5/+0
| | | | | Makes little sense on this machine and only provokes weird behavior obviously. Don't know why I even put it in the first place.
* 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/gunnr: Fix kernelModules typodevhell2019-06-191-1/+1
|
* machines/gunnr: Fix lib.mkDefaultdevhell2019-06-191-1/+1
| | | | Brainfart.
* machines/devhell/: Rename machines and new console fontdevhell2019-06-194-9/+9
| | | | | | | 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!
* machines/devhell/gunnr: Initdevhell2019-06-192-0/+161
| | | | | | This is a new work machine. The configuration is based off of `titan` and `skunkworks`. I expect there to be plenty of changes in the future as I get accustomed to it and shape it to my needs.
* machines/brawndo: Add cnijfilter2 version 5.70aszlig2019-06-121-1/+13
| | | | | | | | | | | | | | | | | I don't recall the exact model which was used for that machine, but it was definitely one that required version 5.70. Now I made a pull request for nixpkgs a while ago[1], which hasn't been merged and as I didn't have the chance to test it by myself I didn't merge that pull request yet. Since the user asked about that printer driver again, I decided to give version 5.70 a shot in vuizvui only and merge it upstream, once the user reports that the driver is working. [1]: https://github.com/NixOS/nixpkgs/pull/58399 Signed-off-by: aszlig <aszlig@nix.build>
* machines/shiki: move the notify-send invocation outProfpatsch2019-05-311-1/+7
|
* machines/shiki: give up, just add "docker" group to userProfpatsch2019-05-311-1/+1
|
* machines/haku: set up as VPN server with wireguardProfpatsch2019-05-311-5/+54
| | | | | | | | | | | | Generates a wireguard configuration based on https://nixos.wiki/wiki/Wireguard and sets up the iptables firewall in a way that only enables forwarding between `eth0` and the `wg` interfaces. The standard NixOS firewall configuration allows `FORWARD` between all interfaces, and `networking.nat.enable` enables the `ip_forward` rule in the kernel, meaning packages can suddenly hop interfaces without a firewall that `DROP`s forwards by default.
* machines/haku: open less ports in firewallProfpatsch2019-05-161-3/+2
|
* machines/profpatsch: move more stuff into base-workstationProfpatsch2019-05-162-4/+7
|
* machines/profpatsch: move stuff into base-workstationProfpatsch2019-05-162-73/+85
|
* machines/{eris,titan}: Remove cruft in xrdbdevhell2019-05-032-8/+0
| | | | | | | | I've had these packages in here disabled in case I'd ever have to get back to them. I've not had to for, what feels like, an eternity. Additionally to slimming the config down, removing them will also somewhat slim down closure size since Nix will build them anyway even though they're not actively used.
* machines/{eris,titan}: Fix 'light' inclusiondevhell2019-04-192-3/+4
| | | | | | The previous commit was wrong in that it was not the correct way to include the 'light' package. According to the manual, this is the correct way.
* machines/{eris,titan}: Add 'light' packagedevhell2019-04-192-2/+3
| | | | | | Since the 'modesetting' driver does not work with 'xbacklight' we have the choice of either 'light' or 'backlightctl'. For now we'll choose 'light' and see how it goes.
* machines/{eris,titan}: Switch to modesettingdevhell2019-04-192-2/+2
| | | | | The release notes for NixOS 19.03 state that the 'intel' driver has been superseded by the 'modesetting' driver.
* machines/titan: Enable glx and vsync for comptondevhell2019-04-031-0/+2
|
* machines/profpatsch: katara -> shiki (hostname)Profpatsch2019-03-251-3/+3
|
* machines/profpatsch: katara -> shiki (file rename)Profpatsch2019-03-252-1/+1
|
* machines/katara: miscProfpatsch2019-03-252-12/+15
|
* machines/katara: nix optionsProfpatsch2019-03-251-0/+4
|
* machines: Remove kzerzaaszlig2019-03-202-70/+0
| | | | | | | | This machine was used for controlling the LED lighting bars at Rockfabrik. I no longer work there and the machine has subsequently been replaced by something else, so I don't need kzerza anymore. Signed-off-by: aszlig <aszlig@nix.build>