summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #52096 from furrycatherder/davmailSilvan Mosberger2019-03-09
|\ | | | | nixos/davmail: init
| * nixos/davmail: initSean Haugh2019-03-09
| | | | | | | | | | Co-authored-by: Aaron Andersen <aaron@fosslib.net> Co-authored-by: Silvan Mosberger <infinisil@icloud.com>
* | ova: remove stateVersionMatthew Bauer2019-03-09
| | | | | | This is undefined in the default configuration.nix template.
* | zonminder: Fix database name and usernamescaroo2019-03-09
| | | | | | | | | | PR #56889 messed up db and use naming while fixing the scope of the initialDatabases property. This patch fixes the issue.
* | Merge pull request #56552 from ↵worldofpeace2019-03-09
|\ \ | | | | | | | | | | | | worldofpeace/elementary-screenshot-tool/fix-conceal-text pantheon.elementary-screenshot-tool: fix conceal text
| * | nixos/pantheon: add elementary-redacted-script to fontsworldofpeace2019-03-04
| | | | | | | | | | | | Needed by elementary-screenshot-tool to conceal text.
* | | Fix locally created database (#56889)Alexandre Mazari2019-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * zoneminder: fix initial database creation Move initialDatabases directive from the 'ensureUsers' scope to the correct outer 'mysql' one. * zoneminder: Fix mysql username to match unix username When database.createLocally is used, a mysql user is created with the ensureUsers directive. It ensures that the unix user with the name provided exists and can connect to MySQL through socket. Thus, the MySQL username used by php/perl scripts must match the unix user owning the server PID. This patch sets the default mysql user to 'zoneminder' instead of 'zmuser'.
* | | Merge pull request #55436 from layus/warn-manual-idsGraham Christensen2019-03-09
|\ \ \ | | | | | | | | Nixos manual: error out on missing IDs
| * | | nixos/manual: error out on missing IDsGuillaume Maudoux2019-02-08
| | | |
| * | | nixos/manual: add dummy ids to silence warningsGuillaume Maudoux2019-02-08
| | | |
* | | | network-scripting: do not run resolvconf if /etc/resolv.conf is managed ↵volth2019-03-09
| | | | | | | | | | | | | | | | | | | | manually (#56682) The second invocation of resolvconf, missed in https://github.com/NixOS/nixpkgs/pull/32308
* | | | nixos/kubernetes: add dns addonmanger reconcile mode option (#55834)Jonas Juselius2019-03-09
| | | | | | | | | | | | | | | | Allow coredns ConfigMap and Depolyment to be editable by the user. An use case is augmenting the default, generated dns records with local services.
* | | | virtualbox-host module: fix warnings syntaxAristid Breitkreuz2019-03-09
| | | |
* | | | nixos/redmine: replace imagemagickBig with imagemagick (#57078)aanderse2019-03-08
| | | |
* | | | Merge pull request #55192 from JordanForks/masterSilvan Mosberger2019-03-08
|\ \ \ \ | | | | | | | | | | nixos/nginx: support h2c
| * | | | nixos/nginx: support h2cJordan Johnson-Doyle2019-03-08
| | | | |
* | | | | Merge pull request #56322 from bendlas/warn-virtualbox-configSilvan Mosberger2019-03-08
|\ \ \ \ \ | | | | | | | | | | | | virtualbox: add warning for ineffective nixpkgs config
| * | | | | nixos/virtualbox: add warning when for ineffective nixpkgs configHerwig Hochleitner2019-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixpkgs.config.virtualbox.enableExtensionPack doesn't do anything, but used to. Add a warning for the unsuspecting.
* | | | | | Merge pull request #56790 from Ma27/improve-error-handling-for-nixos-installSilvan Mosberger2019-03-08
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | nixos/nixos-install: tell the user what to do if setting a root password failed
| * | | | | nixos/nixos-install: tell the user what to do if setting a root password failedMaximilian Bosch2019-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If setting a root password using the `passwd` call in the `nixos-install` script fails, it should be explained how set it manually to ensure that nobody gets accidentally locked out of the system.
* | | | | | Merge pull request #56171 from bachp/tautulliSilvan Mosberger2019-03-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | tautulli/plexpy: 1.4.25 -> 2.1.26 (renamed)
| * | | | | | tautulli/plexpy: 1.4.25 -> 2.1.26 (renamed)Pascal Bach2019-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PlexPy was renamed to Tautulli. This renames the module as well as the application accordingly. Aliases are kept for backwards compatibility. # Conflicts: # nixos/modules/services/misc/tautulli.nix
| * | | | | | nixos/plexpy: replace deprecated usage of PermissionsStartOnlyAaron Andersen2019-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | see https://github.com/NixOS/nixpkgs/issues/53852
* | | | | | | Merge pull request #56987 from bachp/nextcloud-ocm-providerSilvan Mosberger2019-03-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/nextcloud: fix escapings and ocm-provider
| * | | | | | | nixos/nextcloud: fix escapings and ocm-providerPascal Bach2019-03-06
| | | | | | | |
* | | | | | | | strongswan-swanctl: fix module by setting the new SWANCTL_DIR envvarBas van Dijk2019-03-08
| | | | | | | |
* | | | | | | | Merge pull request #56589 from johanot/kubernetes-module-stabilizationSilvan Mosberger2019-03-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/kubernetes: minor module fixes
| * | | | | | | | nixos/kubernetes: minor module fixesJohan Thomsen2019-03-08
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - mkDefault etcd instance name - make sure ca-cert in mkKubeConfig can be overriden - fix controller-manager "tls-private-key-file" flag name
* | | | | | | | lib: add `showWarnings`Jan Malakhovski2019-03-08
| | | | | | | |
* | | | | | | | nixos/hdaps: automatically enable the hdapsd kernel module (#56309)Ryan Mulligan2019-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | patch by hpoussin via https://discourse.nixos.org/t/hdapsd-automatically-enable-the-hdapsd-kernel-module/2183
* | | | | | | | Merge pull request #56880 from mayflower/bash-root-prompt-fixSilvan Mosberger2019-03-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/bash: fix root prompt
| * | | | | | | | nixos/bash: fix root promptLinus Heckemann2019-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b4b67177b53c23c6fb77aea7f0bc5c559f8bebe5 introduced a regression of its own: the prompt would end with $ for all users, not with # for root as it should.
* | | | | | | | | Merge pull request #57006 from kyren/bepasty-fixSilvan Mosberger2019-03-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/bepasty: switch to python3Packages to match bepasty package
| * | | | | | | | | nixos/bepasty: switch to python3Packages to match bepasty packagekyren2019-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think the bepasty nixos service has been broken since c539c02, since bepasty changed from using python2.7 to python3.7. This updates the nixos module to refer to the matching python version.
* | | | | | | | | | Merge pull request #56625 from aanderse/phpfpmSilvan Mosberger2019-03-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | set phpOptions per phpfpm pool, instead of applying to every phpfpm pool
| * | | | | | | | | | nixos/icingaweb2, nixos/restya-board, nixos/zoneminder: set phpOptions per ↵Aaron Andersen2019-03-03
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | phpfpm pool, instead of applying to every phpfpm pool
* | | | | | | | | | Merge pull request #56254 from shosti/gnupg-ssh-austh-sockSilvan Mosberger2019-03-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/gnupg: set SSH_AUTH_SOCK in non-interactive settings
| * | | | | | | | | | nixos/gnupg: set SSH_AUTH_SOCK in non-interactive settingsEmanuel Evans2019-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `SSH_AUTH_SOCK` is useful in some non-interactive settings, for instance daemonized Emacs. Fixes #55733.
* | | | | | | | | | | module system: revert "remove types.optionSet", just deprecate (#56857)Danylo Hlynskyi2019-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The explicit remove helped to uncover some hidden uses of `optionSet` in NixOps. However it makes life harder for end-users of NixOps - it will be impossible to deploy 19.03 systems with old NixOps, but there is no new release of NixOps with `optionSet` fixes. Also, "deprecation" process isn't well defined. Even that `optionSet` was declared "deprecated" for many years, it was never announced. Hence, I leave "deprecation" announce. Then, 3 releases after announce, we can announce removal of this feature. This type has to be removed, not `throw`-ed in runtime, because it makes some perfectly fine code to fail. For example: ``` $ nix-instantiate --eval -E '(import <nixpkgs/lib>).types' --strict trace: `types.list` is deprecated; use `types.listOf` instead error: types.optionSet is deprecated; use types.submodule instead (use '--show-trace' to show detailed location information) ```
* | | | | | | | | | | Merge pull request #56578 from serokell/youtrack-hostnameSilvan Mosberger2019-03-07
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | youtrack: add hostname to path
| * | | | | | | | | | | nixos/youtrack: add hostname to pathChristian Höppner2019-03-07
| | | | | | | | | | | |
* | | | | | | | | | | | nixos/openldap: Fix quoting of log levelJanne Heß2019-03-07
| | | | | | | | | | | |
* | | | | | | | | | | | Release notes: switch to modesetting: mention backlight problemMichael Raskin2019-03-07
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | zram: revert "change default algorithm to zstd" (#56856)Danylo Hlynskyi2019-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 19.03 default kernel is still 4.14, which doesn't support zstd. So, zramSwap in current fasion fails on default kernel.
* | | | | | | | | | | nixos/auto-upgrade: enable service only when it's enabled in options (#56948)Danylo Hlynskyi2019-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nixos/auto-upgrade: enable service only when it's enabled in options This reduced closure size of `tinyContainer` from 449 MB to 403 MB
* | | | | | | | | | | Merge pull request #55936 from tobim/modules/snapserverSilvan Mosberger2019-03-07
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | nixos/snapserver: init
| * | | | | | | | | | nixos/snapserver: initTobias Mayer2019-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A nixos module for configuring the server side of pkgs.snapcast. The module is named "snapserver" following upstream convention. This commit does not provide module for the corresponding client. Fix handling of port and controlPort Fix stream uri generation & address review Remove unused streams options & add description Add missing description & Remove default fs path Use types.port for ports & formatting improvements Force mpd and mopidy to wait for snapserver
* | | | | | | | | | | Merge pull request #56607 from andir/cryptsetup-2.1Andreas Rammhold2019-03-06
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cryptsetup: 2.0.6 -> 2.1.0
| * | | | | | | | | | | nixos/tests/installer: add cryptsetup tests for LUKS format 2 & default formatAndreas Rammhold2019-03-02
| | | | | | | | | | | |
* | | | | | | | | | | | nixos/nginx: Support additional listen parameters (#56835)Janne Heß2019-03-06
| | | | | | | | | | | |