summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Fix ANSI escape in warning messagesEelco Dolstra2014-12-15
| | | | Seems to have been broken by accident in 7d1ddae58e465a1708967c9fee651c33819969c6.
* nixos: fix config.fonts.fontconfig.ultimate.allowBitmapsThomas Tuegel2014-12-15
| | | | | The option was incorrectly negated, so that 'allowBitmaps = true' actually disabled bitmap fonts.
* cron: make into systemd.service and make it depend on /etc/localtimeRob Vermaas2014-12-15
| | | | so that changes in timezone will trigger a restart of cron service.
* Fix using Apache httpd 2.2Eelco Dolstra2014-12-15
|
* Merge pull request #5326 from prikhi/refactor-psd-configwmertens2014-12-14
|\ | | | | profile-sync-daemon: refactor nixos module
| * profile-sync-daemon: refactor modulePavan Rikhi2014-12-14
| |
* | add chromium test to the tested jobDomen Kožar2014-12-14
| | | | | | | | | | (cherry picked from commit fa4e45f20cc7049ed99fd81d96fc1f67b2a870f6) Signed-off-by: Domen Kožar <domen@dev.si>
* | fix quake3 testDomen Kožar2014-12-14
| | | | | | | | | | (cherry picked from commit fde7e1286e42a394328e56be36168942be94a578) Signed-off-by: Domen Kožar <domen@dev.si>
* | Merge pull request #5328 from paraseba/masterDomen Kožar2014-12-14
|\ \ | | | | | | Fix networkmanager resumeCommands
| * | Fix networkmanager resumeCommandsSebastián Bernardo Galkin2014-12-14
| | | | | | | | | | | | Small typo prevented the post resume script to restart network manager
* | | nixos/gitlab: enable tests in releaseJaka Hudoklin2014-12-14
| | |
* | | nixos/kubernetes: fix test, make more deterministic by having more ramJaka Hudoklin2014-12-14
|/ /
* | typoDomen Kožar2014-12-14
| | | | | | | | | | (cherry picked from commit ad4e371acf5104ecf6a309ca8f974c7147ba1843) Signed-off-by: Domen Kožar <domen@dev.si>
* | http://nixos.org -> https://nixos.orgDomen Kožar2014-12-14
| | | | | | | | | | (cherry picked from commit 78bb17dd22e4da4e3810fbc78185d73bb25ea73e) Signed-off-by: Domen Kožar <domen@dev.si>
* | Merge pull request #5323 from offlinehacker/gitlab_i686_fixDomen Kožar2014-12-14
|\ \ | |/ |/| gitlab: fix i686-linux build and module
| * nixos/gitlab: imporove testsJaka Hudoklin2014-12-14
| |
| * gitlab: fix i686-linux build and moduleJaka Hudoklin2014-12-14
| | | | | | | | | | | | | | | | | | | | | | | | It turns out that installing therubytracer, with dependency on old v8, even when using source libv8 version is problematic. (see http://stackoverflow.com/questions/21666379/problems-installing-gitlab-on-odroid-v8-lib-not-available). But wait, rails does not even need therubytracer, just any kind of javascript server side execution framework like nodejs. Well just use that, as also suggested from different internet sources (look link above), it works just fine.
* | Add the Profile Sync Daemon Package & NixOS ModulePavan Rikhi2014-12-13
| |
* | nixos: Add VM test for VirtualBox.aszlig2014-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently it pretty much tests starting up virtual machines and just shutting down afterwards, but for both VBoxManage and the VirtualBox GUI. This helps catching errors in hardened mode, however we still need to test whether networking works the way intended (and I fear that this is broken at the moment). The VirtualBox VM is _not_ using hardware virtualization support (thus we use system = "i686-linux", because x86_64 has no emulation support), because we're already within a qemu VM, which means it's going to be slow as hell (that's why I've written own subs just for testing startup/shutdown/whatnot with respective timeouts). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | nixos/virtualbox: Fix setuid wrappers.aszlig2014-12-13
|/ | | | | | | | | | We only need to have setuid-root wrappers for VBox{Headless,SDL} and VirtualBox, otherwise VBoxManage will run as root and NOT drop privileges! Fixes #5283. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos: container profile, fix a few thingsJaka Hudoklin2014-12-12
|
* nixos/gitlab: fixesJaka Hudoklin2014-12-12
| | | | | | - fix timezone data not found - fix module, add simple test - allow to set port
* nixos: Add gitlab and gitlab-shellThomas Hunger2014-12-12
| | | | | | | | | | | | | | | | | I had to make several adjustments to make it work with nixos: * Replace relative config file lookups with ENV variable. * Modify gitlab-shell to not clear then environment when running pre-receive. * Modify gitlab-shell to write some environment variables into the .authorized_keys file to make sure gitlab-shell reads the correct config file. * Log unicorn output to syslog. I tried various ways of adding a syslog package but the bundler would not pick them up. Please fix in a better way if possible. * Gitlab-runner program wrapper. This is useful to run e.g. backups etc. with the correct environment set up.
* nixos: check resumeDevice is absolute path and documentVladimír Čunát2014-12-12
| | | | | | | Fixes #5219 after merging #4995. (cherry picked from commit 0681d61c3730c686548df3af9a7dc1a59abaf371) Signed-off-by: Domen Kožar <domen@dev.si>
* Get rid of a warning about dbus in the activation scriptEelco Dolstra2014-12-12
|
* nixos-install: Pass CA cert bundle to chroot.aszlig2014-12-12
| | | | | | | | | | | | | | Since we're using HTTPS for the binary cache (introduced in faf0797) by default, the binary cache should also be available during installation. The file that is defined in SSL_CERT_FILE outside of the chroot is copied over to /tmp/ca-cert.crt inside the chroot, so we have an absolute path we can reference during nixos-install. However, this might end up with the file not being cleaned up properly from outside of the store, but neither would be /tmp/root so the cleanup issue needs to be solved in another place (or commit to be more exact). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos: container profile, update /init symlink on rebuildJaka Hudoklin2014-12-12
|
* virtualbox: Unbreak the nixos module.ambrop7@gmail.com2014-12-12
|
* Merge pull request #5300 from ambrop72/virtualbox-network-interfaceJaka Hudoklin2014-12-11
|\ | | | | virtualbox: Allow disabling the network interface.
| * virtualbox: Allow disabling the network interface.ambrop7@gmail.com2014-12-11
| | | | | | | | | | | | The current nixos module for VirtualBox unconditionally configures a vboxnet0 network interface at boot. This may be undesired, especially when the user wants to manage network interfaces in a centralized manner.
* | Merge pull request #5299 from bjornfor/gnome-enable-mtp-supportlethalman2014-12-11
|\ \ | | | | | | nixos/gnome: enable MTP support in gvfs
| * | nixos/gnome: enable MTP support in gvfsBjørn Forsman2014-12-11
| | | | | | | | | | | | | | | To support browsing files on Android phones in Nautilus (and other GVFS based file browsers).
* | | nixos/mesos: fix typoJaka Hudoklin2014-12-11
| |/ |/|
* | nixos: move kubernetes & fleet to services/clusterJaka Hudoklin2014-12-11
| |
* | Merge pull request #5297 from fmapfmapfmap/tor-extra-configJaka Hudoklin2014-12-11
|\ \ | | | | | | Tor module: append redundant specifications of 'extraConfig', via 'types.lines'.
| * | Tor module: append redundant specifications of 'extraConfig', via 'types.lines'.vi2014-12-11
| |/
* | nixos: container tarball releaseJaka Hudoklin2014-12-11
| | | | | | | | | | | | - Create container nixos profile - Create lxc-container nixos config using container nixos profile - Docker nixos image, use nixos profile for its base config
* | nixos/make-system-tarball: extra commands to be executed before archiveJaka Hudoklin2014-12-11
|/
* Don't require forcing utils to get to libShea Levy2014-12-10
|
* php-5.3: RemoveEelco Dolstra2014-12-10
| | | | | PHP 5.3 is EOL (see http://php.net/supported-versions.php). NixOS 14.12 is a good opportunity to drop it.
* Rename release notesEelco Dolstra2014-12-10
|
* tcpcrypt: 2011.07.22 -> 0.3rc1, fix nixos serviceDomen Kožar2014-12-10
|
* Merge pull request #5276 from abbradar/nginx-typesAustin Seipp2014-12-09
|\ | | | | nixos/nginx: add more types
| * nixos/nginx: add more typesNikolay Amiantov2014-12-10
| |
* | Use https://cache.nixos.orgEelco Dolstra2014-12-09
| |
* | nixos.tests.bittorrent: mark torrent as privateDomen Kožar2014-12-09
| | | | | | | | | | Hopefully that resolves transient errors with DHT such as http://hydra.nixos.org/build/17784957
* | nixos/consul: Make service definition more saneWilliam A. Kennington III2014-12-09
| |
* | nixos: let fontconfig default fonts be lists of fontsThomas Tuegel2014-12-08
| |
* | Replace Bitstream Vera fonts by DejaVu in defaultsThomas Tuegel2014-12-08
| | | | | | | | | | | | The default configuration installed the Bitstream Vera fonts, but DejaVu is a superior replacement, and the default Fontconfig settings need it now for the generic faces monospace, sans-serif, and serif.
* | Add NixOS module for fontconfig-ultimateThomas Tuegel2014-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Details: * The option `fonts.fontconfig.ultimate.enable` can be used to disable the fontconfig-ultimate configuration. * The user-configurable options provided by fontconfig-ultimate are exposed in the NixOS module: `allowBitmaps` (default: true), `allowType1` (default: false), `useEmbeddedBitmaps` (default: false), `forceAutohint` (default: false), `renderMonoTTFAsBitmap` (default: false). * Upstream provides three substitution modes for substituting TrueType fonts for Type 1 fonts (which do not render well). The default, "free", substitutes free fonts for Type 1 fonts. The option "ms" substitutions Microsoft fonts for Type 1 fonts. The option "combi" uses a combination of Microsoft and free fonts. Substitutions can also be disabled. * All 21 of the Infinality rendering modes supported by fontconfig-ultimate or by the original Infinality distribution can be selected through `fonts.fontconfig.ultimate.rendering`. The default is the medium style provided by fontconfig-ultimate. Any of the modes may be customized, or Infinality rendering can be disabled entirely.