about summary refs log tree commit diff
path: root/machines
Commit message (Collapse)AuthorAgeFilesLines
* machines/schnurrkadse: -xmonad +herbstluft +aspellsternenseemann2016-10-201-8/+5
|
* machines/schnurrkadse: bumplukasepple2016-10-201-1/+10
|
* machines/katara: enable searxProfpatsch2016-10-181-1/+1
|
* machines/katara: two-finger scrollingProfpatsch2016-10-181-3/+7
|
* machines/katara: use getBinProfpatsch2016-10-181-3/+4
|
* machines/katara: change fontsettingsProfpatsch2016-10-181-1/+1
|
* machines/katara: +/- some packagesProfpatsch2016-10-181-29/+39
|
* machines/katara: 32bit options for gamesProfpatsch2016-10-181-0/+4
|
* machines/katara: remove references to taffybarProfpatsch2016-10-181-5/+1
|
* Revert "runCommand -> runCommandCC"aszlig2016-10-172-89/+39
| | | | | | | | | | | | | This reverts commit e3f8d28d6be67257d70035d122263f3a35adc438 and my attempts to mitigate this in 0a50f5fab1abf2e70fd5d7a2dd717c2f2c1b983b and 3b91f25b37ea709f5c86e38a50061199bbed5341. Vuizvui is a repository for experimental stuff, but NOT a dumpster. So please refrain from pushing waste into this repository, like markers for a failed merge. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch
* machines/katara: Fix evaluation of all testsaszlig2016-10-171-1/+1
| | | | | | | | | | | The tests within Vuizvui currently depend on all machines to evaluate correctly. The option hardware.pulseaudio.extraDaemonConfig doesn't exist hence the evaluation fails. I assume @Profpatsch wanted to use extraConfig, which is for the default.pa. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* runCommand -> runCommandCCProfpatsch2016-10-152-39/+89
|
* machines/tyree: Remove support for rtl8192cuaszlig2016-10-131-3/+0
| | | | | | | Now that internal WiFi is working, we don't need that WiFi dongle anymore. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* kernel: Switch to use boot.kernelPatchesaszlig2016-10-131-14/+13
| | | | | | | | Since NixOS/nixpkgs@da36847d925058fd86f027b64cc712c57be11ad8 we no longer need so much cruft to specify kernel patches, so let's switch to boot.kernelPatches instead of the hackery we had so far. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/fliewatuet: nix sandboxsternenseemann2016-10-101-0/+1
|
* machines/katara: set maxJobs to #coresProfpatsch2016-10-101-1/+1
|
* machines/fliewatuet: bumpsternenseemann2016-10-071-2/+11
|
* machines/brawndo: Add axbo to systemPackagesaszlig2016-09-251-0/+1
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/katara: fixed a bug in xmpp-client patchProfpatsch2016-09-171-2/+2
|
* machines/katara/xmpp-client: use patched repoProfpatsch2016-09-161-2/+13
|
* machines/katara/xmpp-client: fix fifoProfpatsch2016-09-161-3/+3
| | | | Now it really does use a fifo and not a file
* machines/katara: logging for xmpp-clientProfpatsch2016-09-161-2/+12
| | | | Enable logging of xmpp-client output with `script(1)`.
* machines/katara: extract lib & add xmpp-clientProfpatsch2016-09-165-19/+36
| | | | | | | Some stuff is needed in multiple files, like the home directory. Extracted out into lib.nix. xmpp-client uses that to create a wrapper for splicing the password into the config at program invocation.
* 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
|
* machines/tishtushi: Set boot loader timeout to 1saszlig2016-08-301-1/+1
| | | | | | | | Not being able to get into boot menu is quite annoying. IIRC I saw some Grub config in other distros that allow to hold a key to display the boot menu without the need to set the timeout >0. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/tishtushi: Add BFQ patch replacing CFQaszlig2016-08-301-9/+10
| | | | | | | | | | | | | | | | So far until version 4.7.0 I've used the BFQ patch that adds BFQ as another I/O scheduler to the kernel. I'm using BFQ as the default scheduler on this machine, so it makes sense to completely replace the CFQ scheduler with the BFQ implementation. Paolo Valente has already ported this to 4.8 according to this post: https://groups.google.com/d/msg/bfq-iosched/RQNkbDf9rAg/DqgVDGs7AAAJ So let's just switch to the implementation that might get mainlined someday. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/katara: disable searx againProfpatsch2016-08-291-1/+1
| | | | until fixed upstream
* katara: fast-init bump shaProfpatsch2016-08-291-1/+1
|
* machines/katara: nixpkgs offlineimap user serviceProfpatsch2016-08-291-14/+9
|
* machines/katara: fix fontconfigProfpatsch2016-08-291-13/+2
|
* machines/katara: enable vuizvui gpg-agentProfpatsch2016-08-291-11/+10
|
* machines/katara: enable searxProfpatsch2016-08-291-0/+2
|
* machines/katara: libinput stubProfpatsch2016-08-291-0/+19
| | | | Doesn’t work yet.
* machines/katara: add/rm packagesProfpatsch2016-08-293-17/+20
|
* machines/katara: add fast-initProfpatsch2016-08-292-1/+11
|
* machines/schnurrkadse: fix fontconfigProfpatsch2016-08-271-10/+0
|
* modules/openlab/stackenblocken: everydayProfpatsch2016-08-271-1/+3
|
* 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
|
* machines/hannswurscht: enable streaming serverProfpatsch2016-08-241-3/+3
|
* machines/katara: fix fontconfig valuesProfpatsch2016-08-231-5/+8
|
* machines/tyree: Rename kde5.krita to just "krita"aszlig2016-08-161-3/+3
| | | | | | | This now is a top-level attribute and it has been removed from kde5.* in NixOS/nixpkgs@de27f97e2d612bf372ad625f42d860ca8363dee4. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/tyree: Disable xterm "desktop manager"aszlig2016-08-101-0/+1
| | | | | | | We have a real VT for debugging and even if we'd need an XTerm for the xsession, we can still do so from the VT as well. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/tyree: Switch from autologin to SDDMaszlig2016-08-091-2/+1
| | | | | | | | Most of the initial development is done on this laptop and it's going to get into production mode. So having a Laptop with autologin is kinda pointless, especially while you're travelling. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/tyree: Add Krita to systemPackagesaszlig2016-08-091-1/+1
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>