about summary refs log tree commit diff
path: root/machines/sternenseemann
Commit message (Collapse)AuthorAgeFilesLines
...
* machines/sternenseemann/wolfgang: declarative fish configsternenseemann2021-02-074-6/+48
|
* modules/user/sternenseemann: add sway service modulesternenseemann2021-02-073-253/+52
| | | | machines/sternenseemann/wolfgang: refactor using new sway module
* machines/sternenseemann/wolfgang: fix foot font size keybindingssternenseemann2021-02-071-2/+2
|
* */sternenseemann: make TODOs more greppablesternenseemann2021-02-074-7/+10
| | | | machines/sternenseemann: add TODO list
* machines/sternenseemann/wolfgang: initsternenseemann2021-02-075-0/+593
|
* machines/sternenseemann/schaf: removesternenseemann2021-02-061-105/+0
| | | | | This machine is no longer active and probably would have to be redone completely should it be reactivated.
* machines/sternenseemann/fliewatuet: removesternenseemann2021-02-061-275/+0
| | | | | This machine has been replaced and now runs Windows for playing minecraft mostly.
* machines/sternenseemann/schnurrkadse: removesternenseemann2021-02-061-185/+0
| | | | | This machine is no longer active and not really feasibly usable with NixOS since i686 support was dropped.
* Use attribute sets for boot.initrd.luks.devicesaszlig2020-09-142-5/+5
| | | | | | | | | | | | | | | | | | | | 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-222-4/+10
| | | | | | Fixes the evaluation warning. cc @aszlig @devhell @sternenseemann
* Fix mpv overrides with scripts attributeaszlig2018-07-191-1/+3
| | | | | | | | | Since NixOS/nixpkgs@402ee4e9eaf08a697672718cd502067c726a7c73, mpv by itself no longer has a script argument but there is now "mpv-with-scripts", which boils down to something similar. Signed-off-by: aszlig <aszlig@nix.build> Cc: @Profpatsch, @sternenseemann
* machines/schaf: Use users instead of extraUsersaszlig2018-07-021-2/+2
| | | | | | | | The users.extraUsers has been renamed a long time ago, so let's switch to the new option. Signed-off-by: aszlig <aszlig@nix.build> Cc: @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/fliewatuet: more texlive packagessternenseemann2017-10-191-1/+1
|
* machines/fliewatuet: new texlive packagessternenseemann2017-10-191-1/+1
|
* 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 surfsternenseemann2017-09-031-0/+1
|
* machines/schnurrkadse: add pulseaudio zeroconf discoverysternenseemann2017-09-031-0/+2
|
* 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-233-19/+1
| | | | | | | | | | | | | | | | | | 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-023-145/+97
|
* machines/fliewatuet: 2bwmsternenseemann2017-04-013-8/+139
|
* machines/schnurrkadse: reflect ultimate updatesternenseemann2017-03-271-1/+1
|
* machines/schnurrkadse: fix evaluation errorsternenseemann2017-03-261-1/+1
|
* machines/fliewatuet: reflect ultimate updatesternenseemann2017-03-261-2/+4
|
* machines/sternenseemann: refactoringsternenseemann2017-03-264-17/+81
|
* 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-072-3/+4
| | | | <3
* machines/fliewatuet: add signing-partysternenseemann2017-02-241-0/+1
|
* machines/fliewatuet: add cache.nixos.org againsternenseemann2017-01-211-0/+1
|
* 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/fliewatuet: no sauerbratensternenseemann2017-01-151-1/+0
|
* machines/fliewatuet: add libertine, disable flat-volumessternenseemann2017-01-141-1/+2
|
* machines/schnurrkadse: use wpa_supplicant; add gobbysternenseemann2017-01-131-13/+17
|
* machines/schaf: enable apparmorsternenseemann2017-01-111-0/+1
|
* machines/schaf: +lxcsternenseemann2017-01-111-1/+9
|
* machines/schnurrkadse: add binary cachesternenseemann2017-01-101-0/+7
|
* machines/schnurrkadse: font settingssternenseemann2017-01-101-1/+3
|
* machines/fliewatuet: misc changessternenseemann2017-01-071-7/+8
| | | | | | | * disable bluetooth * firefox instead of chromium * add w3m again * add unison again
* machines/schnurrkadse: +elinkssternenseemann2017-01-041-0/+1
|
* machines/schnurrkadse: remove unecessary packages, adjust to new setupsternenseemann2017-01-031-41/+8
|
* 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
|