about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2017-09-2617.09 release notes: fix typoRobin Gloster1-1/+1
2017-09-26Merge pull request #28777 from copumpkin/installer-chrootDaniel Peebles1-6/+29
nixos-install: re-enable --chroot option
2017-09-26nixos-install: re-enable --chroot optionDan Peebles1-6/+29
I forgot to implement it the first time around. Whoops!
2017-09-26Merge pull request #29426 from Mic92/zfsUnstableJörg Thalheim1-0/+18
nixos/zfs: import encrypted datasets by default for zfsUnstable
2017-09-26nixos/zfs: import encrypted datasets by default for zfsUnstableJörg Thalheim1-0/+18
2017-09-26Merge pull request #29762 from samueldr/pr/update-mediawikiJörg Thalheim1-3/+3
mediawiki: 1.27.3 -> 1.29.1
2017-09-2617.09 release notes: add module changesRobin Gloster1-9/+91
2017-09-26nixos/release-notes: MySQL declarative users/databasesRodney Lorrimar1-0/+39
Documents a possible migration step required to use the new options.
2017-09-26Merge pull request #28856 from jtojnar/at-spi2-coreJörg Thalheim1-0/+2
gnome3.at-spi2-core: fix service not found error
2017-09-25nixos/gitolite: add enableGitAnnex optionPavel Goran1-1/+18
2017-09-25wireguard: fix function for adding routesJoerg Thalheim1-1/+1
2017-09-25Merge pull request #29753 from andir/wireguard-allowed-ips-as-route-optionalJörg Thalheim1-2/+10
networking.wireguard: added `allowedIpsAsRoutes` boolean to control p…
2017-09-25networking.wireguard: added `allowedIpsAsRoutes` boolean to control peer routesAndreas Rammhold1-2/+10
Sometimes (especially in the default route case) it is required to NOT add routes for all allowed IP ranges. One might run it's own custom routing on-top of wireguard and only use the wireguard addresses to exchange prefixes with the remote host.
2017-09-25Merge pull request #28503 from phile314/fusion-inventoryJoachim F2-0/+67
Fusion inventory: Init at 2.3.18
2017-09-25nixos/network-interfaces: ensure slave interfaces are upFranz Pletz1-0/+9
Fixes #28620.
2017-09-25nixos/network-interfaces: cannot delay device unitsFranz Pletz1-6/+6
Systemd is complaining that it can't delay the startup of device units. We have a before dependency on the respective device unit for every netdev service, which doesn't make any sense because we create the actual interface in this service.
2017-09-25nixos/network-interfaces: IPs must always be setFranz Pletz1-1/+5
Previously, depending on the environment and the type of interface that was created, the configured IPs of an interface wouldn't be applied on a nixos-rebuild switch. It works after a reboot. This patch ensures that the network-addresses service is started either via the network-link service or if the networking target is activated (i.e. on system activation). Fixes #28474 #16230.
2017-09-25nixos/radicale: fix default version (#29743)Silvan Mosberger2-1/+2
2017-09-25FusionInventory: Code cleanupPhilipp Hausmann1-7/+2
2017-09-25FusionInventory: Add NixOS module.Philipp Hausmann2-0/+72
2017-09-24mediawiki: 1.27.3 -> 1.29.1Samuel Dionne-Riel1-3/+3
2017-09-24Merge pull request #29450 from jerith666/djb-1709Jörg Thalheim3-0/+142
Add modules for tinydns and dnscache from djbdns
2017-09-24nixos/tinydns: default data to empty stringJoerg Thalheim1-0/+1
(not strictly required to start the service)
2017-09-24influxdb sevice: make postStart test work with non-localhost configurations ↵Kranium Gikos1-5/+10
(#29734) make postStart test work with non-localhost configurations
2017-09-24Merge pull request #29717 from fare-patches/nfsdJörg Thalheim1-0/+9
nfsd: add extraNfsdConfig
2017-09-24systemd-tmpfiles: fix docsRobin Gloster1-5/+1
We have been doing this since 4e4161c21268d6952f0f0f5130414e30dcf5cd97
2017-09-24gnome3: only maintain single GNOME 3 package set (#29397)Jan Tojnar16-101/+52
* gnome3: only maintain single GNOME 3 package set GNOME 3 was split into 3.10 and 3.12 in #2694. Unfortunately, we barely have the resources to update a single version of GNOME. Maintaining multiple versions just does not make sense. Additionally, it makes viewing history using most Git tools bothersome. This commit renames `pkgs/desktops/gnome-3/3.24` to `pkgs/desktops/gnome-3`, removes the config variable for choosing packageset (`environment.gnome3.packageSet`), updates the hint in maintainer script, and removes the `gnome3_24` derivation from `all-packages.nix`. Closes: #29329 * maintainers/scripts/gnome: Use fixed GNOME 3 directory Since we now allow only a single GNOME 3 package set, specifying the working directory is not necessary. This commit sets the directory to `pkgs/desktops/gnome-3`.
2017-09-24kubernetes: fix hashes after dockerTools changeRobin Gloster2-4/+4
2017-09-24kubernetes: fix testsMatej Cotman10-688/+536
2017-09-24kubernetes: fix dns addon hashes, fix clusterDns, enable proxy on masterMatej Cotman2-4/+5
2017-09-24kubernetes module: refactor module system, kube-dns as moduleJaka Hudoklin5-192/+475
2017-09-24kubernetes module: seedDockerImages option for seeding docker images built ↵Jaka Hudoklin1-6/+32
with nix
2017-09-24kubernetes module: webhook authorization for kubeletJaka Hudoklin1-1/+12
2017-09-24kubernetes module: fix documentation linksJaka Hudoklin1-2/+2
2017-09-24kubernetes module: add featureGates optionJaka Hudoklin1-0/+46
2017-09-24kubernetes module: kubelet, add socat to path for kubectl portforwardJaka Hudoklin1-1/+1
2017-09-24kubernetes module: enable leader elect by defaultJaka Hudoklin1-2/+2
2017-09-24kubernetes module: add storage and tolerations addmission controllersJaka Hudoklin1-1/+2
2017-09-24kubernetes module: fix cidr rangesJaka Hudoklin1-2/+2
2017-09-24kubernetes module: default auth mode to only RBACJaka Hudoklin1-83/+2
2017-09-24kubernetes module: add support for common CA fileJaka Hudoklin1-5/+11
2017-09-24kubernetes module: per service kubeconfig supportJaka Hudoklin1-35/+64
2017-09-24kubernetes module: flannel support, minor fixesJaka Hudoklin5-133/+132
- add flannel support - remove deprecated authorizationRBACSuperAdmin option - rename from deprecated poratalNet to serviceClusterIpRange - add nodeIp option for kubelet - kubelet, add br_netfilter to kernelModules - enable firewall by default - enable dns by default on node and on master - disable iptables for docker by default on nodes - dns, restart on failure - update tests and other minor changes
2017-09-24kubernetes: fix minor issuesMatej Cotman9-995/+104
2017-09-24kubernetes: add testsMatej Cotman9-0/+1150
2017-09-24kubernetes: update serviceMatej Cotman5-50/+612
2017-09-24kubernetes module: authorization improvementsJaka Hudoklin1-32/+99
2017-09-24kubernetes: 1.5.6 -> 1.6.4Matej Cotman1-56/+9
2017-09-23nixos/rabbitmq: fix restarts and sasl logsGraham Christensen1-2/+3
1. The chmod 400 with the preset cookie prevented restarts, as on the second boot it would fail to write to the cookie. Oops. 2. As far as I can tell, sasl logs were disabled because of the following error: {error,{cannot_log_to_tty,sasl_report_tty_h,not_installed}} Not because we actually wanted to disable them. This meant the management plugin wasn't usable due to a bug set to be fixed in 3.7.0.
2017-09-23nfsd: add extraNfsdConfigFrancois-Rene Rideau1-0/+9