about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch/droopy: use own repositoryProfpatsch2017-02-102-1/+9
| | | | Patches for a nicer upload interface were added.
* machines/katara: libreoffice & sshfsProfpatsch2017-02-101-1/+2
|
* profiles/workstation: Make a few pkgs lazyaszlig2017-02-083-28/+32
| | | | | | | | Most of these packages I don't need for daily work and thus only clutter up the closure paths of those systems, so let's put them into lazyPackages. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* modules/core: Add a new module for lazy packagesaszlig2017-02-083-2/+81
| | | | | | | | | | | | | This allows to add packages to vuizvui.lazyPackages which then aren't directly installed onto the system but instead built by the Hydra and only fetched from it as soon as a binary of one of these packages is executed. Doing this only within a NixOS module however isn't enough, because by default gc-keep-outputs is false, so a garbage collect on the Hydra instance would remove the packages we wrap in vuizvui.lazyPackages. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* core/common: Revert force rebuilding GHC+packages.aszlig2017-02-071-8/+0
| | | | | | | | | | | | | | This reverts commit a93b7583084ff9084d73873d80d8dc428406593c. The issue isn't completely resolved but most of the packages should have been fixed that tripped the nondeterministic behaviour, see: https://ghc.haskell.org/trac/ghc/ticket/4012#comment:232 After having done some tests in the past I didn't stumble on this problem anymore so far, so let's give it a try. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* programs/gajim: Disable tests expected to failaszlig2017-02-071-0/+6
| | | | | | | | | We inject our own declarative config into Gajim by patching the source, which unfortunately kills a few tests which assume the default configuration, especially in terms of the GUI (for example the Vuizvui config has a single window GUI). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* profiles/base: Fix build of nix-replaszlig2017-02-071-2/+5
| | | | | | | | Since NixOS/nix@21948deed99a3295e4d5666e027a6ca42dc00b40 nix::Pid::wait() no longer takes a boolean argument and is now blocking by default. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/katara: Don’t use networkd yetProfpatsch2017-02-061-2/+0
|
* modules/multipath-vpn: disable, definition brokenProfpatsch2017-02-051-1/+2
| | | | Apparently the defined options are now out-of-date.
* machines/hannswurscht: fixes to stackenblockenProfpatsch2017-02-051-4/+4
|
* machines/hannswurscht: improved stackenblocken scriptProfpatsch2017-02-051-13/+63
|
* machines/katara: alignmentProfpatsch2017-02-041-8/+8
|
* machines/katara: switch to wpa_supplicantProfpatsch2017-02-042-13/+9
| | | | nm got so slow, it’s unbearable.
* fix eval errorProfpatsch2017-01-281-2/+3
|
* machines/katara: include devdoc outputsProfpatsch2017-01-271-0/+1
|
* machines/katara: -caba-install +picardProfpatsch2017-01-271-1/+1
|
* machines/katara: don’t ignore lid switch eventProfpatsch2017-01-271-0/+5
|
* machines/profpatsch: factor out basic server configProfpatsch2017-01-274-86/+133
|
* machines/profpatsch: base.nix -> base-workstation.nixProfpatsch2017-01-262-1/+1
|
* machines.profpatsch: add hakuProfpatsch2017-01-252-0/+100
|
* machines/fliewatuet: add cache.nixos.org againsternenseemann2017-01-211-0/+1
|
* machines/schnurrkadse: re-add chromium and aspellsternenseemann2017-01-211-3/+6
|
* katara: add warpspeedProfpatsch2017-01-191-7/+9
|
* warpspeed: initProfpatsch2017-01-192-0/+37
|
* machines/tyree: Add calibre to systemPackagesaszlig2017-01-191-1/+1
| | | | | | Needed for access to Kobo reader. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* profiles/managed: Add simple-scanaszlig2017-01-191-0/+2
| | | | | | | Might be a good idea to have an actual application that can be used to scan stuff (apart from Gimp and others with SANE support). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* t100ha: Rebase drm.patch against kernel 4.9.4aszlig2017-01-191-28/+16
| | | | | | | | | | | | | The following commit was introduced in kernel 4.9.3: * ASoC: cht_bsw_rt5645: Fix leftover kmalloc https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.3 This is the only commit that was dropped (because it was applied upstream) during this rebase. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* t100ha: Rebase drm.patch against kernel 4.9.4aszlig2017-01-191-41/+7
| | | | | | | | | | | | | | | | The following two commits were introduced in kernel 4.9.2: * drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from vlv_init_display_clock_gating * drm/i915/dsi: Fix chv_exec_gpio disabling the GPIOs it is setting See https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.2 for a full change log. So we no longer need these commits anymore, because they were applied upstream. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* starbound: Update to version 1.2.2aszlig2017-01-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changes: * Fix a bug causing frequent save file corruption on Windows after power loss * Fix generated monsters not using their special attacks * Fix kill achievements not unlocking properly * Fix several materials being erroneously tillable or tilling with the wrong tile mod * Fix a dungeon piece in underwater Hylotl cities occasionally failing to place * Fix a dungeon piece in ice vaults occasionally failing to place * Fix airship dungeon sometimes spawning without a clue object * Fix Dreadwing not properly dying when killed with Doomcannon * Fix Mazebound64 game * Disable Outpost return gate to prevent several potential exploits * Miscellaneous bug fixes * Santa has gone ho ho home, to return another Christmas! URL: http://playstarbound.com/starbound-1-2-2-changelog/ Tested using the games.starbound test on x86_64-linux. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/schnurrkadse: add cache.nixos.orgsternenseemann2017-01-181-0/+1
|
* machines/schnurrkadse: corrected interfacesternenseemann2017-01-181-1/+1
|
* pkgs/games/humblebundle: update pico8 to new versionsternenseemann2017-01-151-4/+7
|
* 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/brawndo: Switch to SDDMaszlig2017-01-131-1/+1
| | | | | | | I guess it's time very soon[TM] to switch these machines to a common profile, because I got rid of the legacy KDM for tyree already. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* aszlig/kernel: Fix up BFQ patch for kernel 4.10aszlig2017-01-121-2/+6
| | | | | | | | | | | | | First of all, using .patch from the GitHub compare view is not going to work because the concatenated diffs are in reverse order for use within "git apply". And the second thing why it's not working is that the patch has a hunk that changes the version in Makefile to add an extra version -rc1-bfq, which would only apply for kernel 4.10-rc1 but not for subsequent release canidates. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/meshuggah: Set cyan color in promptaszlig2017-01-122-1/+14
| | | | | | | | | | | This is mainly to distinguish the prompt color from my workstations so it's clearly obvious that I'm working on meshuggah rather than say mmrnmhrm. We needed to add another option to the zsh module so that we can easily override machine colors for other machines as well. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* aszlig/kernel: Update BFQ to v8r7 for 4.10-rc1aszlig2017-01-121-2/+10
| | | | | | | | | | | | | The patch is from https://github.com/linusw/linux-bfq/tree/bfq-v8. It's a combined patch until the parent of the branch's head, because the latest commit is a work-in-progress commit. I have only tested evaluation and didn't test whether the patch actually applies yet, because the machines currently using the BFQ patch are broken because the old BFQ patch no longer applies for kernel 4.10. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines: Add new machine "meshuggah"aszlig2017-01-122-0/+56
| | | | | | | | Currently only a very minimal base configuration, nothing too fancy yet. The machine is going to serve as a audio/media server in my living room. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* 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/dnyarri: Enable sane with hplipaszlig2017-01-021-4/+21
| | | | | | | | | | | This machine is used for collecting all that useless paperwork gathered since a few years, so I need scanner support. Unfortunately the scanner (it's part of a HP Officejet all-in-one thingy) needs to have a proprietary plugin for hplip in order to work, which is not nice and I'm not very proud about needing to do this. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/aszlig: Remove "with lib;"aszlig2017-01-025-22/+12
| | | | | | | | | | | I now prefer to explicitly state the function along with the "lib." namespace instead of making it available over the whole scope of the module. One of the main reasons for this is that you can do early error checking with nix-instantiate --parse. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/managed: Implement a preliminary profileaszlig2017-01-025-17/+49
| | | | | | | | | | | | Currently I just needed to support HP printers and scanners among all the managed machines, so I thought it would be a good oportunity to start a common profile for end user machines. Right now there isn't that much factored out yet, but instead of copy & pasting the printer/scanner config into all three machines I'm putting it into the profile. Signed-off-by: aszlig <aszlig@redmoonstudios.org>