about summary refs log tree commit diff
path: root/machines/sternenseemann/schnurrkadse.nix
Commit message (Collapse)AuthorAgeFilesLines
* Use attribute sets for boot.initrd.luks.devicesaszlig2020-09-141-4/+4
| | | | | | | | | | | | | | | | | | | | 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
* machines/schnurrkadse: Fix evaluation erroraszlig2017-10-161-1/+2
| | | | | | | | | The option enableIntel2200BGFirmware was more or less an alias of enableRedistributableFirmware and now has been removed upstream in commit NixOS/nixpkgs@3df126dbf742f984b226f974ecfa649c70eb634e. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @sternenseemann
* machines/schnurrkadse: add pulseaudio zeroconf discoverysternenseemann2017-09-031-0/+2
|
* 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/schnurrkadse: reflect ultimate updatesternenseemann2017-03-271-1/+1
|
* machines/schnurrkadse: fix evaluation errorsternenseemann2017-03-261-1/+1
|
* machines/sternenseemann: refactoringsternenseemann2017-03-261-5/+5
|
* machines/sternenseemann: copy ultimate from profpatschsternenseemann2017-03-071-0/+2
| | | | <3
* machines/schnurrkadse: re-add chromium and aspellsternenseemann2017-01-211-3/+6
|
* machines/schnurrkadse: add cache.nixos.orgsternenseemann2017-01-181-0/+1
|
* machines/schnurrkadse: corrected interfacesternenseemann2017-01-181-1/+1
|
* machines/schnurrkadse: use wpa_supplicant; add gobbysternenseemann2017-01-131-13/+17
|
* machines/schnurrkadse: add binary cachesternenseemann2017-01-101-0/+7
|
* machines/schnurrkadse: font settingssternenseemann2017-01-101-1/+3
|
* machines/schnurrkadse: +elinkssternenseemann2017-01-041-0/+1
|
* machines/schnurrkadse: remove unecessary packages, adjust to new setupsternenseemann2017-01-031-41/+8
|
* machines/schnurrkadse: -xmonad +herbstluft +aspellsternenseemann2016-10-201-8/+5
|
* machines/schnurrkadse: bumplukasepple2016-10-201-1/+10
|
* machines/schnurrkadse: fix fontconfigProfpatsch2016-08-271-10/+0
|
* schnurrkadse: hydra show me some lovelukasepple2016-06-111-4/+5
| | | | pls crosscompile for me :heart:
* schnurrkadse: pls don't compile dis thank youlukasepple2016-06-111-4/+4
|
* schnurrkadse: add connectlukasepple2016-06-111-0/+1
|
* schnurrkadse: remove pandoc because it's broken atmlukasepple2016-06-101-1/+1
|
* schnurrkadse: bumplukasepple2016-06-051-12/+12
|
* schnurrkadse: use encrypted root with LVMlukasepple2016-03-131-4/+16
|
* schnurrkadse: bumplukasepple2016-03-111-16/+86
|
* Use users.users/users.groups instead of extra*aszlig2016-02-151-1/+1
| | | | | | | It has been renamed since months (NixOS/nixpkgs@14321ae) and users.extra* are now just aliases to users.users and users.groups. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* schnurrkadse: attempt to fix ipw2200 firmwarelukasepple2016-02-131-2/+10
|
* schnurrkadse: initlukasepple2016-02-051-0/+111