about summary refs log tree commit diff
path: root/machines
Commit message (Collapse)AuthorAgeFilesLines
* profpatsch/katara: packagesProfpatsch2016-02-071-1/+2
|
* schnurrkadse: initlukasepple2016-02-051-0/+111
|
* fliewatuet: bumplukasepple2016-02-051-40/+40
|
* profpatsch/programs: add support for scanningProfpatsch2016-02-041-0/+2
|
* machines/tishtushi: Fix overriding kernel patchesaszlig2016-01-281-3/+3
| | | | | | | | | | | | | | | | | | | | The commit NixOS/nixpkgs@23f5e3c directly provides kernelPatches to the build attributes and we did an override by passing back the kernelPatches attributes from the result instead of the original arguments. So instead of using the resulting arguments, we simply reinject the kernelPatches attribute from the input arguments. Tested using: nix-instantiate --eval --strict -I nixpkgs=/home/aszlig/nixpkgs -E ' with import <nixpkgs/lib>; let with ((import ./machines {}).aszlig.tishtushi) eval; in map (getAttr "name") eval.config.boot.kernelPackages.kernel.kernelPatches ' Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/katara: Fix evaluation erroraszlig2016-01-281-1/+1
| | | | | | | | | | | The attribute "diffoscopes" doesn't exist in <nixpkgs> and should be "diffoscope" (without "s"). Evaluation tested with: nix-instantiate release.nix -A machines.profpatsch.katara Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* katara: a few more packagesProfpatsch2016-01-271-1/+6
|
* machines/labtop: Fix syntax erroraszlig2016-01-171-1/+1
| | | | | | | | | | Regression introduced by d99fd1ba860dd513508a7460bf139e9ee990a5d3. Fixes the following evaluation error: error: syntax error, unexpected '}', expecting ';', at labtop.nix:110:55 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* thinkpad firmwareOpenlab Labtop2016-01-161-12/+38
|
* katara: some more programsProfpatsch2016-01-161-3/+10
|
* katara: set EDITOR env var to vimProfpatsch2016-01-161-0/+2
|
* machines/tyree: Factor out T100HA specific stuffaszlig2016-01-141-5/+2
| | | | | | | | This should go into its own hardware module, so it might be helpful for others as well (especially if we're going to put it into upstream <nixpkgs>). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/tyree: Refine and fix nix optionsaszlig2016-01-141-1/+3
| | | | | | | | | | We actually have 4 cores in this machine, so let's raise maxJobs to 4, as I had in the original hardware-configuration.nix. While at it, using buildCores = 0 should get us more parallelism, which is especially useful for recompiling kernels ;-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/tyree: Set mount options for rootfsaszlig2016-01-141-0/+7
| | | | | | | Should be more suitable for the MMC flash device and also deactivates access times. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines: Add new managed machine "tyree"aszlig2016-01-132-0/+74
| | | | | | | | | | | | | Currently this is just a somewhat basic configuration, because the hardware (an ASUS T100HA) is going to get us in trouble. For example right now not even the display is working correctly, neither is WiFi, but we're going to fix that real soon[TM] :-) The configuration is pretty much based on the "haenk" config, which this machine will replace once everything is working. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* katara: fish as login shellProfpatsch2016-01-061-2/+4
|
* katara: gajim -> poezioProfpatsch2016-01-061-2/+1
|
* katara: new programsProfpatsch2016-01-061-5/+1
|
* Merge branch 'master' of github.com:openlab-aux/vuizvuiProfpatsch2016-01-011-13/+30
|\
| * machines/haenk: Switch to my version of Vimaszlig2016-01-011-2/+4
| | | | | | | | | | | | | | I'm probably the only one using Vim on this machine, so it makes sense to use a sane Vim configuration here. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * machines/haenk: Add cdparanoia to systemPackagesaszlig2016-01-011-3/+3
| | | | | | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * machines/haenk: Sort nixpkgs.config attributesaszlig2016-01-011-3/+4
| | | | | | | | | | | | | | It's not alphabetically sorted, but so that it's a little bit easier to read. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * machines/haenk: Fix evaluationaszlig2016-01-011-1/+1
| | | | | | | | | | | | Finger fart, I should have tested this with nix-instantiate. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * machines/haenk: Enable pepper flash for Chromiumaszlig2016-01-011-0/+1
| | | | | | | | | | | | | | Unfortunately there are still too many flash-only sites out there so that we could disable it for non-technical people. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * machines/haenk: Enable PulseAudio everywhereaszlig2016-01-011-10/+15
| | | | | | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * machines/haenk: Override Mesa using LLVM 3.6aszlig2016-01-011-1/+9
| | | | | | | | | | | | | | | | Since NixOS/nixpkgs@3e96b76, LLVM 3.7 is the default for all packages, including Mesa. Unfortunately, the NV44M GPU drivers do not seem to like this very much. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | katara: new programsProfpatsch2016-01-011-1/+5
|/
* katara: haskell packages ++Profpatsch2015-12-281-0/+3
|
* katara: taffybar patchProfpatsch2015-12-273-2/+84
|
* pkgs: show-qr-codeProfpatsch2015-12-271-0/+1
|
* katara: global nixpkgs config as user configProfpatsch2015-12-271-1/+1
|
* katara: pre-build rustcProfpatsch2015-12-271-0/+1
|
* machines/haenk: Fix build of ipw2x00 firmwareaszlig2015-12-271-6/+6
| | | | | | | The upstream SVN repository is no longer available and is now a Git repository, so let's fetch the newest version from that. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/aszlig: Add managed machine "haenk"aszlig2015-12-272-0/+79
| | | | | | | Another machine I manage for someone else, currently nothing too fancy or complex here yet, except that it's very old hardware. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* labnet/labtop: Move Greybird XFCE theme into pkgs/aszlig2015-12-271-23/+1
| | | | | | | We're going to use it for another machine, so it makes sense to put it inside the pkgs.vuizvui namespace to be available for all machines. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* katara: taffybar environmentProfpatsch2015-12-262-8/+13
|
* katara: wkthlmtopdf in other packagesProfpatsch2015-12-251-3/+8
|
* katara: ankiProfpatsch2015-12-221-0/+1
|
* katara: include thinkpad moduleProfpatsch2015-12-221-13/+2
|
* fliewatüt: Added addtional packages plus steam fixlukasepple2015-12-201-4/+18
|
* Add missing ;lukasepple2015-12-191-1/+1
| | | | Not my day I guess. Aahhhhhhh
* Add missing {}lukasepple2015-12-191-1/+1
| | | | I am stupid
* Further additions to fliewatuetlukasepple2015-12-191-1/+11
|
* Add fliewatuet to machines/default.nixlukasepple2015-12-191-0/+3
|
* Adds my nixos laptoplukasepple2015-12-191-0/+248
|
* katara: clean upProfpatsch2015-12-181-68/+59
|
* katara: remove some boot configProfpatsch2015-12-181-2/+1
|
* katara: document packagesProfpatsch2015-12-181-59/+57
|
* katara: misc changesProfpatsch2015-12-181-7/+4
|
* katara: misc programsProfpatsch2015-12-181-1/+5
|