about summary refs log tree commit diff
path: root/machines/aszlig/managed
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* 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-271-0/+78
| | | | | | | 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>
* machines/notsure: Drop kwallet from systemPackagesaszlig2015-12-171-1/+0
| | | | | | | It's already included by services.xserver.desktopManager.kde5.enable so we really don't need to keep it around in systemPackages. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/notsure: Fix evaluationaszlig2015-12-171-1/+1
| | | | | | See 6184dfd33d07c7c7abf93adb2174197dbdfabb11 for more information. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* managed/notsure: Add kwallet to systemPackages.aszlig2015-12-101-0/+1
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* managed/notsure: Enable pulseaudio for packages.aszlig2015-12-101-0/+1
| | | | | | | This should build all packages in systemPackages with PulseAudio support. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines: Add a new managed machine "notsure".aszlig2015-12-101-0/+88
I've added a "managed" namespace here, which should include all machines that are not my own but I manage for other people. Signed-off-by: aszlig <aszlig@redmoonstudios.org>