summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #35243 from FRidh/postgisFrederik Rietdijk2018-02-22
|\ | | | | postgis: get rid of composableDerivation
| * postgis: get rid of composableDerivationFrederik Rietdijk2018-02-20
| | | | | | | | | | In this change composableDerivation is removed in favor of stdenv.mkDerivation.
* | rabbitmq: 3.6.10 -> 3.6.15 (and various improvements)Profpatsch2018-02-22
| | | | | | | | | | | | | | | | | | | | - split outputs (doc, man, out) - a new runtime dependency on getconf - fix up SCRIPTS_DIR in wrapper - clean output folder of stray doc files - add license & maintainer Tested with `nixos/tests/rabbitmq.nix`, inside a docker image and manually.
* | nixos.tests.boot-stage1: fix missing libelfVladimír Čunát2018-02-22
| |
* | crashplan-small-business: remove unneeded functionMarti Serra2018-02-21
| |
* | brscan4 module: Added to `modules-list.nix`.Raymond Gauthier2018-02-20
| | | | | | | | As requested by multiples users in #20632.
* | Merge pull request #35078 from Mic92/powerdnsJörg Thalheim2018-02-20
|\ \ | | | | | | powerdns: 4.0.5 -> 4.1.1
| * | nixos/powerdns: add testJörg Thalheim2018-02-17
| | |
* | | Merge pull request #30057 from dtzWill/feature/webos-novacomdWill Dietz2018-02-20
|\ \ \ | |_|/ |/| | webos: init novacom, novacomd, cmake-modules; add nixos service
| * | release: only run novacomd test on x86_64-linuxWill Dietz2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | novacom and novacomd build on aarch64, but the daemon fails to start with something like: novacomd[547]: unhandled level 2 translation fault (11) at 0x00000000, esr 0x92000046 So, uh, nevermind that then.
| * | nixos/release: Add novacomdWill Dietz2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is unlikely to break and is a cheap test. I'd like to be notified if it stops working. If this ever blocks anything and I've been notified you have my blessing to remove this as I doubt many folks depend on it.
| * | nixos: Add basic test of novacomdWill Dietz2018-02-20
| | |
| * | webos: init novacom, novacomd, cmake-modules; add nixos serviceWill Dietz2018-02-20
| | |
* | | Merge pull request #32062 from volth/patch-73Joachim F2018-02-20
|\ \ \ | | | | | | | | nixos/varnish: check .vcl syntax at compile time
| * | | nixos/varnish: it does not matter where to check syntax, only whenvolth2017-12-09
| | | |
| * | | nixos/varnish: check .vcl syntax at compile time (e.g. before nixops deployment)volth2017-11-26
| | | |
* | | | Merge pull request #32761 from xvapx/crashplan-small-businessJoachim F2018-02-20
|\ \ \ \ | |_|/ / |/| | | crashplan-small-business: init at 6.6.0
| * | | crashplan-small-business: init at 6.6.0Marti Serra2017-12-18
| | | |
* | | | Merge pull request #35161 from volth/patch-92Franz Pletz2018-02-20
|\ \ \ \ | | | | | | | | | | nixos/nat: support nat reflection
| * | | | nixos/nat: support nat reflectionvolth2018-02-19
| | | | |
* | | | | Merge pull request #35141 from abbradar/dhcpcd-orderFranz Pletz2018-02-20
|\ \ \ \ \ | | | | | | | | | | | | dhcpcd service: fix service dependencies when default gateways are set
| * | | | | network-interfaces-scripted service: delay setup if IPv6 is disabledNikolay Amiantov2018-02-19
| | | | | | | | | | | | | | | | | | | | | | | | Even if IPv6 gateway is set, there's no need to set it early if IPv6 is disabled.
| * | | | | dhcpcd service: want for both IP stacksNikolay Amiantov2018-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to wait for both stacks to be active before declaring that network is active. So either both default gateways must be specified or only IPv4 if IPv6 is disabled to avoid dhcpcd for network-online.target.
| * | | | | dhcpcd service: always want by multi-userNikolay Amiantov2018-02-19
| |/ / / / | | | | | | | | | | | | | | | | | | | | When default gateways were specified the service wasn't wanted by anything at all before.
* | | | | Document the makeTest length restrictionMichael Fellinger2018-02-20
| | | | |
* | | | | Only allow test names of up to 50 charactersMichael Fellinger2018-02-20
| | | | |
* | | | | Merge pull request #35129 from rvl/buildkite-agent-hookszimbatm2018-02-20
|\ \ \ \ \ | | | | | | | | | | | | buildkite-agent service: declarative hooks and extraConfig option
| * | | | | nixos/buildkite-agent: add coreutils to PATH of serviceRodney Lorrimar2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This simplifies the service script and it's probable that many builds will need coreutils anyway.
| * | | | | nixos/buildkite-agent: add a default value for name optionRodney Lorrimar2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the default name value from: https://buildkite.com/docs/agent/configuration
| * | | | | nixos/buildkite-agent: remove obsolete config settingRodney Lorrimar2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer versions of buildkite-agent can find the bootstrap script themselves.
| * | | | | nixos/buildkite-agent: enhance documentation for meta-data optionRodney Lorrimar2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I assumed they were space-separated, which was wrong. In future it might be better to allow specifying an attrset of strings for the option.
| * | | | | nixos/buildkite-agent: declarative hooks configurationRodney Lorrimar2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of having to set up a directory containing hook scripts, you can now directly set module options to add hooks.
| * | | | | nixos/buildkite-agent: add extraConfig optionRodney Lorrimar2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is useful for things like enabling debugging and increasing agent priority, which don't warrant extra module options.
* | | | | | Merge pull request #35180 from dotlambda/atticJörg Thalheim2018-02-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | attic: uninit
| * | | | | | attic: uninitRobert Schütz2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attic is currently broken on master. The Attic git repo has not been updated since May 2015. Arch Linux also does not have an Attic package anymore. Borg should be able to read Attic backups using http://borgbackup.readthedocs.io/en/stable/usage/upgrade.html#attic-and-borg-0-xx-to-borg-1-x.
* | | | | | | nixos/nixops-dns: init (#34511)Richard Marko2018-02-20
| | | | | | |
* | | | | | | nixos/doc: document password-promptless installation (#35210)Ben Creasy2018-02-20
| | | | | | |
* | | | | | | Remove Xfce-specific display manager tipBen Creasy2018-02-19
| | | | | | | | | | | | | | | | | | | | | This is already covered in the previous chapter https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/configuration/x-windows.xml#L38-L46 - Xfce also depends on X and it doesn't need a special section on display managers.
* | | | | | | Virtualbox: Fix type error in `networking.interfaces.vboxnet0.ipv4.addresses`Moritz Ulrich2018-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This error introduced in e239c1e5820bdbb3d94ccc46e2d6756b0d37057d prevented evaluation on my machine.
* | | | | | | plymouth: Fix reference to NixOS versionTim Steinbach2018-02-19
| | | | | | |
* | | | | | | Merge pull request #34795 from oxij/os/nixosLabel-pt2Michael Raskin2018-02-19
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | nixos: labels part 2
| * | | | | | nixos: allow overriding labels with environment variablesJan Malakhovski2018-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reintroduces a better version of what 2a05368ff3217175cd87105e778e2e70bc7eef1c removed.
| * | | | | | nixos: introduce system.nixos.tagsJan Malakhovski2018-02-18
| | | | | | |
| * | | | | | nixos: rename config.system.nixos* -> config.system.nixos.*Jan Malakhovski2018-02-18
| | | | | | |
| * | | | | | nixos: use nixosLabel in more placesJan Malakhovski2018-02-18
| | | | | | |
| * | | | | | nixos: move nixosLabel to its own moduleJan Malakhovski2018-02-18
| | | | | | |
| * | | | | | nixos: add system.boot.loader.initrdFile option and use it where appropriateJan Malakhovski2018-02-18
| | | | | | |
* | | | | | | Merge pull request #35111 from oxij/stdenv/available-evaluatesMichael Raskin2018-02-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | stdenv.mkDerivation: rename `meta.evaluates` -> `meta.available`
| * | | | | | | stdenv.mkDerivation: rename `meta.evaluates` -> `meta.available`Jan Malakhovski2018-02-18
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | A much better name.
* | | | | | | Merge pull request #27688 from rnhmjoj/routesMichael Raskin2018-02-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/networking-interfaces: make static routes configurable