about summary refs log tree commit diff
path: root/machines
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* machines/{brawndo,notsure}: Add Steamaszlig2016-08-092-2/+4
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/{brawndo,notsure}: Enable 32bit DRI libsaszlig2016-08-082-0/+2
| | | | | | | Unfortunately, this is a requirement for Steam and other 32bit games, so let's make sure it's available. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/katara: enable containers againProfpatsch2016-08-071-2/+0
| | | | Follow-up for #2c44e94b5ffacc291c6eb1d554d61500ec0e4ac8.
* Revert "machines/brawndo: Disable containers"aszlig2016-08-071-1/+0
| | | | | | | | | | This reverts commit decd0f04f517e832e2479ec2543141399cc87c80. Since NixOS/nixpkgs@9f0acda, the containers-imperative NixOS test is succeeding again, so we don't need this workaround anymore. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch
* fliewatuet: add backup utilitie, back to xmonad, add telegram clientlukasepple2016-08-071-5/+4
|
* machines/katara: add pulseaudio streamingProfpatsch2016-08-031-3/+1
|
* fliewatuet: i3wm, raw processinglukasepple2016-08-021-9/+17
|
* machines/katara: disable containersProfpatsch2016-08-021-0/+2
|
* machines/brawndo: Disable containersaszlig2016-08-011-0/+1
| | | | | | | For now the containers-imperative tests are failing and containers aren't used on this machine either, so let's just disable them. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Bring back temporarily removed Tomahawk referencesaszlig2016-08-011-1/+1
| | | | | | | | | | | | This reverts the following commits: 4f4c778e424e72d51242dbfadde0a2a806efb68b 22fac6bad53e797ca84d7c7ac7e0fca3c0a912c8 We can now move Tomahawk back to the corresponding profiles/machines, because the build has been fixed in f7e934e74595a0d7524159d6faa1b2bb5d. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/katara: remove bad config valueProfpatsch2016-07-311-1/+0
| | | | Okay, that didn’t do what I thought it would.
* machines/profpatsch: clean up folderProfpatsch2016-07-305-35/+3
|
* machines/katara: yolotestProfpatsch2016-07-301-0/+1
|
* machines/katara: haskell font!Profpatsch2016-07-301-0/+1
|
* machines/katara: f* libreofficeProfpatsch2016-07-301-1/+1
|
* machines/hannswurscht: remove patch againProfpatsch2016-07-281-3/+3
|