about summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
...
* | | | | | brscan4 module: Added to `modules-list.nix`.Raymond Gauthier2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | As requested by multiples users in #20632.
* | | | | | Merge pull request #30057 from dtzWill/feature/webos-novacomdWill Dietz2018-02-20
|\ \ \ \ \ \ | |/ / / / / |/| | | | | webos: init novacom, novacomd, cmake-modules; add nixos service
| * | | | | 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.
* | | | | | | 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.
* | | | | | | | nixos/nixops-dns: init (#34511)Richard Marko2018-02-20
| | | | | | | |
* | | | | | | | 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 #27688 from rnhmjoj/routesMichael Raskin2018-02-19
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | nixos/networking-interfaces: make static routes configurable
| * | | | | | | | nixos/modules: rename IP addresses/routes optionsrnhmjoj2018-02-17
| | | | | | | | |
| * | | | | | | | nixos/tests: rename IP addresses/routes optionsrnhmjoj2018-02-17
| | | | | | | | |
| * | | | | | | | nixos/networking-interfaces: rename IP addresses/routes optionsrnhmjoj2018-02-17
| | | | | | | | |
| * | | | | | | | nixos/tests: add test for static routesrnhmjoj2018-02-17
| | | | | | | | |
| * | | | | | | | nixos/networking-interfaces: make static routes configurablernhmjoj2018-02-17
| |/ / / / / / /
* | | | | | | | nixos/binfmt: Initial binfmt_msc support.Shea Levy2018-02-18
| | | | | | | |
* | | | | | | | nixos/postfix: document that *Alias options support comma separated valuesBjørn Forsman2018-02-18
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | For the longest time I thought there could be only one rootAlias.
* | | | | | | nixos/dante: order after network-online.target (#34435)Alexei Robyn2018-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-online.target properly depends on the underlying network management tool (e.g. NixOS static configuration scripts, dhcpcd, NetworkManager, networkd) signalling that all interfaces are up and appropriately configured (to whatever degree possible/required), whereas network.target only indicates that the network management tool itself has started.
* | | | | | | Merge pull request #29869 from Nadrieril/syncserver-fupJoachim F2018-02-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | syncserver service: follow-up of #28189
| * | | | | | | Mark services.firefox.syncserver.{user,group} as removedNadrieril2017-12-08
| | | | | | | |
| * | | | | | | firefox.syncserver service: Fix missing dependencyNadrieril2017-12-08
| | | | | | | |
| * | | | | | | firefox.syncserver service: Add nadrieril to maintainersNadrieril2017-12-08
| | | | | | | |
| * | | | | | | firefox.syncserver service: Fix permissionsNadrieril2017-12-08
| | | | | | | |
| * | | | | | | firefox.syncserver service: No need for configurable userNadrieril2017-12-08
| | | | | | | |
* | | | | | | | nixos/nginx: validate config syntax in preStart (#24664)Niklas Hambüchen2018-02-17
| | | | | | | |
* | | | | | | | Merge pull request #34587 from netixx/add-freeradius-serviceJoachim F2018-02-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/freeradius : init - Added freeradius service
| * | | | | | | | nixos/freeradius : init - Added freeradius serviceNetix (Espinet François)2018-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inspired from the dhcpd service implementation Only 2 configurations options at the moment: - enabled - path to config directory (defaults to /etc/raddb) Implementation was also inspired from ArchLinux systemd file and corrected with @dotlambda and @fpletz help.
* | | | | | | | | Merge pull request #34803 from mt-caret/lxd-partial-fixJoachim F2018-02-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/lxd: partial fix for lxd breakage