summary refs log tree commit diff
path: root/nixos/modules/rename.nix
Commit message (Collapse)AuthorAge
* nixos/ddclient: fix #49258Eric Wolf2018-10-30
|
* kubernetes: 1.11.3 -> 1.12.0Johan Thomsen2018-09-30
| | | | - kubelet CAdvisor port has been removed
* nixos: doc: move non-service parts of `service.nixosManual` to ↵Jan Malakhovski2018-09-23
| | | | `documentation.nixos`
* virtualization.growPartition -> virtualisation.growPartitionEelco Dolstra2018-08-28
| | | | | | | There never was a 'virtualization.growPartition'. This got messed up in eddf30cc93e1. Issue #36590.
* Merge branch 'master' into es6Bas van Dijk2018-08-23
|\
| * zfsLegacyCrypto: removeJörg Thalheim2018-08-13
| | | | | | | | | | This package was only mandatory for migration for people on zfsUnstable in nixos unstable.
| * nixos/disnix: undo dysnomia rename to fix disnix and retain compatibility ↵Sander van der Burg2018-08-06
| | | | | | | | with previous release
* | logstash: update default version to v6Jörg Thalheim2018-08-03
|/
* nixos/rename: Add temporary aliases for the system.nixos.* rename revertTuomas Tynkkynen2018-07-28
| | | | See the previous commit for motivation.
* Revert "nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1"Tuomas Tynkkynen2018-07-28
| | | | | | | | | | | This reverts commit 095fe5b43def40279a243e663c662b02caac5318. Pointless renames considered harmful. All they do is force people to spend extra work updating their configs for no benefit, and hindering the ability to switch between unstable and stable versions of NixOS. Like, what was the value of having the "nixos." there? I mean, by definition anything in a NixOS module has something to do with NixOS...
* nixos/neo4j: Update module, make compatible with neo4j 3.4patternspandemic2018-07-12
|
* nixos: remove option services.xserver.desktopManager.xfce.screenLockvolth2018-07-12
|
* Merge pull request #42133 from markuskowa/pgbackupJörg Thalheim2018-06-20
|\ | | | | nixos/pgbackup: Fix and refactor the postgres backup module
| * nixos/pgbackup: rename option period -> startAtMarkus Kowalewski2018-06-20
| |
* | nixos/kubernetes: dashboard lockdownJohan Thomsen2018-06-19
| | | | | | | | | | | | | | | | | | | | Kubernetes dashboard currently has cluster admin permissions, which is not recommended. - Renamed option "services.kubernetes.addons.dashboard.enableRBAC" to "services.kubernetes.addons.dashboard.rbac.enable" - Added option "services.kubernetes.addons.dashboard.rbac.clusterAdmin", default = false. - Setting recommended minimal permissions for the dashboard in accordance with https://github.com/kubernetes/dashboard/wiki/Installation - Updated release note for 18.09.
* | nixos/kubernetes: improvementsJohan Thomsen2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added option 'cni.configDir' to allow for having CNI config outside of nix-store Existing behavior (writing verbatim CNI conf-files to nix-store) is still available. - Removed unused option 'apiserver.publicAddress' and changed 'apiserver.address' to 'bindAddress' This conforms better to k8s docs and removes existing --bind-address hardcoding to 0.0.0.0 - Fixed c/p mistake in apiserver systemd unit description - Updated 18.09 release notes to reflect changes to existing options And fixed some typos from previous PR - Make docker images for Kubernetes Dashboard and kube-dns configurable
* | nixos/autosuggestions: add module (#41397)Maximilian Bosch2018-06-10
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | The `zsh-autosuggestions` package provides several configuration options such as a different highlight style (like `fg=cyan` which is easier to read). With `rename.nix` the old `programs.zsh.enableAutosuggestions` is still functional, but yields the following warning like this during evaluation: ``` trace: warning: The option `programs.zsh.enableAutosuggestions' defined in `<unknown-file>' has been renamed to `programs.zsh.autosuggestions.enable'. ``` The module provides the most common `zsh-autosuggestions` (highlight style and strategy) as options that will be written into the interactive shell init (`/etc/zshrc` by default). Further configuration options can be declared using the `extraConfig` attr set: ``` { programs.zsh.autosuggestions.extraConfig = { "ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE" = "buffer_size"; }; } ``` A full list of available configuration options for `zsh-autosuggestions` can be viewed here: https://github.com/zsh-users/zsh-autosuggestions/blob/v0.4.3/README.md
* kubernetes: update to 1.10Charles Strahan2018-05-25
|
* nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1Jan Malakhovski2018-05-12
|
* NetworkManager: add noDns optionjD91mZM22018-05-08
|
* Merge pull request #39048 from oxij/nixos/fix-rename-bugsJoachim F2018-04-22
|\ | | | | nixos: fix rename.nix bugs
| * nixos: rename.nix: fix bugsJan Malakhovski2018-04-17
| | | | | | | | | | | | | | | | | | Introduced in 286b007bd327a1e8d6d1fe66702b951f2fd6e29a and then in 2e6b796761672e0e3ed685487007bb0d99126d91. This a proper fix for what 70c6f6572dda0f2516bad812857ef814ec710a12 tried to do. Removing the "config" prefix triggers the bug on pure nixos too, not only on nixops.
| * Revert "nixos/version: fix nixops pre 1.6 compatibility"Jan Malakhovski2018-04-17
| | | | | | | | This reverts commit 70c6f6572dda0f2516bad812857ef814ec710a12.
* | Merge pull request #36864 from peterhoeg/f/ddclientPeter Hoeg2018-04-19
|\ \ | |/ |/| nixos ddclient: support multiple domains and run via systemd timer [WIP]
| * nixos ddclient: support multiple domains and run via systemd timerPeter Hoeg2018-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | a) Some providers can update multiple domains - support that. b) Make "zone" and "script" configurable. Some providers require these. c) Instead of leaving the ddclient daemon running all the time, use a systemd timer to kick it off. d) Don't use a predefined user - run everything via DynamicUser e) Add documentation
* | Merge pull request #38114 from oxij/nixos/doc-moduleMichael Raskin2018-04-05
|\ \ | | | | | | nixos: doc module
| * | nixos: doc: introduce `documentation` config subtreeJan Malakhovski2018-03-30
| | |
* | | nixos: dysnomia: move into `services` subtreeJan Malakhovski2018-03-30
| | |
* | | nixos: users-groups: cleanupJan Malakhovski2018-03-30
|/ /
* | nixos/version: fix nixops pre 1.6 compatibilityFranz Pletz2018-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should be able to deploy a NixOS 18.03 system with the current nixops stable release. Some options were renamed, so instead of `mkRenamedOptionModule` we introduce them as read-only interal options that won't be rendered in the manual. Only the options that are needed to make nixops evaluations succeed were added. This commit should probably be reverted after or before the 18.09 release, depending on the nixops 1.6 release. The user will not get the warning that these have been renamed but this change is mentioned in the release notes. Fixes #34253.
* | nixos/prometheus-exporters: rewrite and restructureWilliButz2018-03-22
|/ | | | | | | | | | - prometheus exporters are now configured with `services.prometheus.exporters.<name>` - the exporters are now defined by attribute sets from which the options for each exporter are generated - most of the exporter definitions are used unchanged, except for some changes that should't have any impact on the functionality.
* nixos/piwik: rename to matomoFlorian Jacob2018-02-22
|
* nixos: rename config.system.nixos* -> config.system.nixos.*Jan Malakhovski2018-02-18
|
* 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
| |
* | nixos/xen-dom0: add related packages, make it play well with themJan Malakhovski2018-02-09
| | | | | | | | This is a custom attribute set example of `relatedPackages` option usage.
* | Revert "nixos/dnscrypt-proxy: remove"rnhmjoj2018-01-08
| | | | | | | | | | This reverts commit 5dc2853981b6e9287668dd17477375adfeb60ebf. The project has a new maintainer.
* | nixos/dnscrypt-proxy: removeJoachim Fasting2018-01-07
| | | | | | | | | | | | The upstream project ceased. See https://github.com/NixOS/nixpkgs/issues/33540
* | nixos: introduce boot.growPartition (#33521)zimbatm2018-01-06
| | | | | | Move it from being a profile
* | Revert "nixos: doc: implement related packages in the manual"Graham Christensen2017-12-23
| |
* | Merge pull request #32424 from oxij/nixos/related-packagesArseniy Seroka2017-12-23
|\ \ | | | | | | nixos: doc: implement related packages in the manual
| * | nixos/xen-dom0: add related packages, make it play well with themJan Malakhovski2017-12-07
| |/
* / nixos/libvirt: remove 'virtualisation.libvirtd.enableKVM' optionvolth2017-12-21
|/
* nixos/xserver: fix X.org session script loggingrnhmjoj2017-11-27
|
* opendkim: automated key generation (no manual changes for service ↵joachim schiele2017-10-23
| | | | initialization required anymore)
* nixos/modules: clean up wireless firmware optionsFranz Pletz2017-10-07
| | | | | | All available options were just enabling hardware.enableRedistributableFirmware. There were nix files without modules which weren't referenced anywhere.
* zfsUnstable: init at 2017-09-12Jörg Thalheim2017-09-15
|
* nixos: purge remaining grsecurity bitsJoachim Fasting2017-09-02
| | | | | | :( Fixes https://github.com/NixOS/nixpkgs/issues/28859
* cups service: Automatically detect Gutenprint in driversMichael Weiss2017-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional CUPS drivers can be added via "services.printing.drivers" but Gutenprint was an exception. It was possible to add a Gutenprint derivation to that list and it would work at first but unlike the other drivers Gutenprint requires a script to be run after each update or any attempt to print something would simply fail and an error would show up in the jobs queue (http://localhost:631/jobs/): "The PPD version (5.2.11) is not compatible with Gutenprint 5.2.13. Please run `/nix/store/7762kpyhfkcgmr3q81v1bbyy0bjhym80-gutenprint-5.2.13/sbin/cups-genppdupdate' as administrator." This is due to state in "/var/lib/cups/ppd" and one would need to run "/nix/store/.../bin/cups-genppdupdate -p /var/lib/cups/ppd" manually. The alternative was to enable the following option: "services.printing.gutenprint" but this had two disadvantages: 1) It is an exception that one could be unaware of or that could potentially cause some confusion. 2) One couldn't use a customized Gutenprint derivation in "services.printing.drivers" but would instead have to overwrite "pkgs.gutenprint". This new approach simply detects a Gutenprint derivation in "services.printing.gutenprint" by checking if the meta set of a derivation contains "isGutenprint = true". Therefore no special exception for Gutenprint would be required and it could easily be applied to other drivers if they would require such a script to be run.
* Merge pull request #28562 from oxij/nixos/i2pdJoachim F2017-08-26
|\ | | | | nixos: i2pd: bits and pieces