about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/logbook: use your mind prior to commitingsternenseemann2017-03-071-1/+1
|
* pkgs/logbook: add meta infosternenseemann2017-03-071-0/+5
|
* machines/sternenseemann: copy ultimate from profpatschsternenseemann2017-03-072-3/+4
| | | | <3
* machines/aszlig: fix double definition of a setsternenseemann2017-03-073-15/+12
|
* machines/aszlig: temporarily whitelist webkitgtksternenseemann2017-03-076-0/+30
| | | | | | | | webkitgtk-2.4.11 is insecure, I am whitelisting it for now to fix the evaluation errors on the hydra. Consider, what you want to do on the issue long term, or just revert this commit as soon as the CVEs are fixed upstream, @aszlig!
* pkgs/spacecookie: 0.1.0.0 -> 0.2.0.0sternenseemann2017-03-071-7/+7
|
* pkgs/logbook: init at 2017-02-18sternenseemann2017-03-072-0/+21
|
* pkgs/gopher-proxy: remove, since it's a part of nixpkgs nowsternenseemann2017-03-072-22/+0
| | | | pkgs.haskellPackages.gopher-proxy
* machines/katara: correct searx overrideProfpatsch2017-03-031-7/+15
|
* machines/katara: opengl 32bit support for steamProfpatsch2017-03-031-0/+4
|
* pkgs/tomahawk: Fix evaluationaszlig2017-03-021-13/+8
| | | | | | | | This still doesn't build yet because libsForQt5.vlc is failing right now. But at least it should evaluate until I've got time to fix the build properly. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Remove/rename occurences of kde5aszlig2017-03-024-9/+10
| | | | | | | | | | | | | | This fixes the attributes accordingly to the following two upstream commits: * NixOS/nixpkgs@f21d4d00152726c02f870cb20faba4aca18ef49a * NixOS/nixpkgs@8eb4d2afbc1d61d316073f25f5885a46ccb37ea2 The first renames desktopManager.kde5 to desktopManager.plasma5 and the second one removes the kde5 attribute from the top-level packages set and puts applications in kdeApplications instead. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/fliewatuet: add signing-partysternenseemann2017-02-241-0/+1
|
* pkgs/profpatsch: remove requirements part from searx patchProfpatsch2017-02-231-20/+0
| | | | Patching the requirements.txt caused searx build to fail in the newer version.
* machines/katara: bonding is my fetishProfpatsch2017-02-231-0/+11
| | | | New-style bond wifi & ethernet, default to the faster ethernet if plugged in.
* machines/katara: add pretty-show to default ghcProfpatsch2017-02-231-1/+1
|
* machines/labnet: move wifi from base to labtopsProfpatsch2017-02-232-4/+5
| | | | | Non-laptop machines should not connect to the wifi automatically (they probably don’t even have a wifi module …)
* machines/profpatsch: enable tmpOnTmpfs by defaultProfpatsch2017-02-231-0/+4
|
* machines/hansswurscht: global pulse & mpdOpenlab Hannswurscht2017-02-161-6/+29
| | | | | | | Pulse works just fine as system process by now, even with avahi zeroconf. Add mpd & an nfs music mount from the fileserver.
* don’t start stackenblocken on bootOpenlab Hannswurscht2017-02-161-1/+1
|
* core/tests: Add a few missing callSubTests testsaszlig2017-02-161-0/+7
| | | | | | | | | | | | Haha, so that's what I got from introducing callSubTests in NixOS/nixpkgs@b3337edd0b77f04d0abe4a29642a5e4fdb4ad692. While in general this is an improvement, it makes it harder for vuizvui to gather tests that were added or removed. Maybe we should write an updater for this soon. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines: Remove notsureaszlig2017-02-162-96/+0
| | | | | | | | This machine hasn't been in use since a year or even longer and the successor machine (brawndo) is already in use since a while, so we can safely drop the machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* core/tests: Update upstream NixOS testsaszlig2017-02-161-11/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New tests as of NixOS/nixpkgs@b207bf523b8c49b037a4a87456d61f63043cd2c6: * containers-extra_veth * containers-hosts * containers-macvlans * containers-physical_interfaces * containers-tmpfs * glance * hound * keystone * leaps * mongodb * nat.firewall-conntrack * pam-oath-login * samba * sddm The following tests were removed: * kde4 * panamax I've also added a few checks on whether containers are actually enabled, because some tests like containers-bridge would run if containers with a bridge were defined but enableContainers was false. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* pkgs/profpatsch/droopy: add static folder overrideProfpatsch2017-02-121-2/+13
|
* machines/katara: searx anti-soundcloud patchProfpatsch2017-02-123-1/+19
| | | | | Soundcloud sometimes fails startup of searx, since it’s not actively used here it’s patched out until upstream resolves the issue.
* machines/katara: improve ghci in PATH with default packagesProfpatsch2017-02-102-2/+6
|
* modules/fish/fasd: fix fish script bugProfpatsch2017-02-101-1/+1
| | | | | The function invocation apparently got less lenient, the function name *must* come first now, before any arguments.
* machines/katara: enable searx w/ patchProfpatsch2017-02-103-2/+279
| | | | | This adds a patch making the secret key in the config file unnecessary. It’s not yet upstream because the implementation got flak, but it works for now.
* 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
|