about summary refs log tree commit diff
path: root/machines/sternenseemann/fliewatuet.nix
Commit message (Collapse)AuthorAgeFilesLines
* machines/sternenseemann/fliewatuet: removesternenseemann2021-02-061-275/+0
| | | | | This machine has been replaced and now runs Windows for playing minecraft mostly.
* Use attribute sets for boot.initrd.luks.devicesaszlig2020-09-141-1/+1
| | | | | | | | | | | | | | | | | | | | This was one of the places where types.loaOf was still in place and it got removed a while[1] ago and this in turn causes evaluation to fail for quite a few machines: The option value `boot.initrd.luks.devices' in `...' is not of type `attribute set of submodules'. I've not only changed all the machines to use attribute sets but also fixed the check in core/tests.nix, because comparing against a list when the actual type is an attribute set will result in all the LUKS tests to be part of *all* channels, no matter whether you're actually using LUKS. [1]: https://github.com/NixOS/nixpkgs/commit/20d491a317d9956ddca80913f07 Signed-off-by: aszlig <aszlig@nix.build> Cc: @Profpatsch Cc: @sternenseemann
* machines: `consoleFont` and `consoleKeyMap` moved to `console`Profpatsch2019-12-221-2/+5
| | | | | | Fixes the evaluation warning. cc @aszlig @devhell @sternenseemann
* fliewatuet: Remove attic from systemPackagesaszlig2018-02-241-1/+0
| | | | | | | | | | | | | | | | Quoting NixOS/nixpkgs@663d6e8f9d020a74a2d4a606223d04dcf85135c2: Attic is currently broken on master. The Attic git repo has not been updated since May 2015. Arch Linux also does not have an Attic package anymore. Borg should be able to read Attic backups using http://borgbackup.readthedocs.io/en/stable/usage/upgrade.html#attic-and-borg-0-xx-to-borg-1-x. The reason I'm removing this is because the missing attic attribute is currently blocking Hydra evaluations. Signed-off-by: aszlig <aszlig@nix.build> Cc: @sternenseemann
* machines/schnurrkadse: add surfsternenseemann2017-09-031-0/+1
|
* machines/fliewatuet: remove packageOverridessternenseemann2017-07-171-6/+1
| | | | cc @aszlig
* machines/fliewatuet: only redistributable firmwaresternenseemann2017-05-141-1/+1
|
* machines/fliewatuet: add spotifysternenseemann2017-04-231-0/+1
|
* core/common: Add Headcounter Hydra to binaryCachesaszlig2017-04-231-7/+0
| | | | | | | | | | | | | | | | | | This makes sense to put into the core module here, because we already have the public key in there as well and if we want to use the binary cache outside of a channel it's a good idea to provide it here by default. Being a default of course also means that users can easily override this using: nix.binaryCaches = mkForce [ "something else" ]; I've also removed the redundant setting of that option in all of the machine configurations. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @sternenseemann
* machines/fliewatuet: back to herbstluftsternenseemann2017-04-081-4/+1
|
* machines/fliewatuet: 2bwm config update, reenable bluetoothsternenseemann2017-04-021-5/+3
|
* machines/fliewatuet: 2bwmsternenseemann2017-04-011-7/+9
|
* machines/fliewatuet: reflect ultimate updatesternenseemann2017-03-261-2/+4
|
* machines/sternenseemann: refactoringsternenseemann2017-03-261-12/+17
|
* machines/fliewatuet: U N I C O D E is still sad in 2017sternenseemann2017-03-201-0/+7
|
* machines/sternenseemann: copy ultimate from profpatschsternenseemann2017-03-071-3/+2
| | | | <3
* machines/fliewatuet: add signing-partysternenseemann2017-02-241-0/+1
|
* machines/fliewatuet: add cache.nixos.org againsternenseemann2017-01-211-0/+1
|
* machines/fliewatuet: no sauerbratensternenseemann2017-01-151-1/+0
|
* machines/fliewatuet: add libertine, disable flat-volumessternenseemann2017-01-141-1/+2
|
* machines/fliewatuet: misc changessternenseemann2017-01-071-7/+8
| | | | | | | * disable bluetooth * firefox instead of chromium * add w3m again * add unison again
* machines/fliewatuet: add the standard gopher clientsternenseemann2016-12-111-0/+1
|
* machines/fliewatuet: don't keep derivationssternenseemann2016-12-111-0/+1
|
* machines/fliewatuet: tweak supplicantsternenseemann2016-12-111-0/+3
|
* machines/fliewatuet: add google-fontssternenseemann2016-12-091-1/+1
|
* machines/fliewatuet: -offlineimap +isyncsternenseemann2016-12-091-1/+1
|
* machines/fliewatuet: use wpa_supplicant; add gamessternenseemann2016-12-071-1/+13
|
* machines/fliewatuet: add rawtherapeesternenseemann2016-12-011-0/+1
|
* machines/fliewatuet: replace feh with imvsternenseemann2016-12-011-1/+1
|
* machines/fliewatuet: disable two finger scrolling, remove misc packagessternenseemann2016-11-301-15/+1
|
* machines/fliewatuet: disable gnunetsternenseemann2016-11-221-4/+0
|
* machines/fliewatuet: add missing ';'sternenseemann2016-11-221-1/+1
| | | | oops
* machines/fliewatuet: re-add jackline, add go-font, cleanup fontssternenseemann2016-11-221-9/+11
|
* machines/fliewatuet: Fix evaluation erroraszlig2016-11-051-3/+2
| | | | | | | | | | | | | The jackline package only existed in nixpkgs for a short period of time until it got reverted in NixOS/nixpkgs@7e0ca08bfa19304b446f860a8899122ef019c51a. As soon as jackline enters nixpkgs again, this commit can either be reverted or just left as-is, because it uses pkgs.jackline only if the attribute exists. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @sternenseemann
* machines/fliewatuet: simplify config, remove old junksternenseemann2016-11-031-58/+17
|
* machines/fliewatuet: rust, jackline, mpv-cut, wrapfig for texlivesternenseemann2016-11-031-3/+6
|
* machines/fliewatuet: nix sandboxsternenseemann2016-10-101-0/+1
|
* machines/fliewatuet: bumpsternenseemann2016-10-071-2/+11
|
* machines/fliewatuet: disable firewallsternenseemann2016-09-061-0/+1
|
* machines/fliewatuet: switch to hlwmsternenseemann2016-09-061-7/+8
|
* machines/fliewatuet: limit journal size, new sans font, flash, darcssternenseemann2016-09-051-3/+8
|
* fliewatuet: update default fontslukasepple2016-08-261-3/+5
|
* fliewatuet: make font rendering great againlukasepple2016-08-261-8/+1
|
* fliewatuet: add remind, aspell and chromium to configlukasepple2016-08-261-1/+7
|
* fliewatuet: re-enable zeroconf module for palukasepple2016-08-261-1/+1
|
* fliewatuet: add vuizvui binary cachelukasepple2016-08-261-0/+6
|
* fliewatuet: add backup utilitie, back to xmonad, add telegram clientlukasepple2016-08-071-5/+4
|
* fliewatuet: i3wm, raw processinglukasepple2016-08-021-9/+17
|
* fliewatuet: bumplukasepple2016-06-051-10/+10
|
* fliewatuet: bumlebee, unison, gimplukasepple2016-03-201-0/+4
|