summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* Remove docker-preloader module and testAntoine Eiche2020-08-23
|
* Merge pull request #87700 from serokell/mkaito/upstream/prometheus-portLassulus2020-08-23
|\ | | | | prometheus: Split options listenAddress and port
| * prometheus: Add assert for legacy listenAddressKirill Elagin2020-07-23
| |
| * prometheus: Use types.port for portKirill Elagin2020-07-23
| |
| * prometheus: Split options listenAddress and portChristian Höppner2020-05-19
| | | | | | | | | | | | | | | | | | | | | | Accessing the configured port of a service is quite useful, for example when configuring virtual hosts for a service. The prometheus module did not expose the configured por separately, making it unnecessarily cumbersome to consume. This is a breaking change only if you were setting `listenAddress` to a non-standard value. If you were, you should now set `listenAddress` and `port` separately.
* | Merge pull request #91586 from manveru/amazon-ssm-agent-2.3.1319.0Lassulus2020-08-23
|\ \ | | | | | | ssm-agent: 2.0.633.0 -> 2.3.1319.0
| * | ssm-agent: 2.0.633.0 -> 2.3.1319.0Michael Fellinger2020-06-26
| | |
* | | cri-o: add loobpack CNI config to moduleSascha Grunert2020-08-23
| | | | | | | | | | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* | | Merge pull request #93532 from erictapen/gollum-h1-titleJustin Humm2020-08-22
|\ \ \ | | | | | | | | nixos/gollum: introduce --h1-title option
| * | | nixos/gollum: introduce --h1-title optionJustin Humm2020-07-20
| | | |
* | | | Merge pull request #87553 from JoeDupuis/enhancing-monit-moduleLassulus2020-08-22
|\ \ \ \ | | | | | | | | | | nixos/monit: Allow splitting the config in multiple files
| * | | | nixos/monit: Allow splitting the config in multiple filesJoe Dupuis2020-05-10
| | | | |
* | | | | Merge pull request #95986 from turboMaCk/imwheel-serviceSilvan Mosberger2020-08-22
|\ \ \ \ \ | | | | | | | | | | | | nixos/services.imwheel: sleep 3s before restarting
| * | | | | nixos/services.imwheel: sleep 3s before restartingMarek Fajkus2020-08-22
| | | | | |
* | | | | | Merge pull request #82817 from pacien/smartd-fix-hostname-notificationsSilvan Mosberger2020-08-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | smartmontools: fix missing hostname in notifications
| * | | | | | smartmontools: use standard subject in notification emailspacien2020-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the notification script use the subject generated by smartmontools itself both for consistency with other distros and to include the hostname.
| * | | | | | smartmontools: fix missing hostname in notificationspacien2020-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This properly registers some missing dependencies of smartd_warning.sh.
* | | | | | | Merge pull request #89353 from wizeman/u/fix-zfs-ebusyLassulus2020-08-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | stage-1: retry mounting ZFS root a few times
| * | | | | | | stage-1: retry mounting ZFS root a few timesRicardo M. Correia2020-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a workaround for NixOS/nixpkgs#25383
* | | | | | | | Merge pull request #89779 from jktr/acme-extra-flagsLassulus2020-08-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/acme: extra lego flags
| * | | | | | | | nixos/acme: add extraLegoRunFlags optionJ. Konrad Tegtmeier-Rottach2020-06-08
| | | | | | | | |
| * | | | | | | | nixos/acme: add extraLegoFlags optionJ. Konrad Tegtmeier-Rottach2020-06-08
| | | | | | | | |
* | | | | | | | | Merge pull request #89785 from buckley310/logstashLassulus2020-08-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | logstash: fix support for multiple plugin paths
| * | | | | | | | | logstash: fix support for multiple plugin pathsSean Buckley2020-06-08
| | | | | | | | | |
* | | | | | | | | | Merge pull request #86632 from Atemu/undervolt-timer-optionalLassulus2020-08-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Undervolt: Make timer optional
| * | | | | | | | | | undervolt: make timer opt-inAtemu2020-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It should no longer be needed but is worth keeping around in case it is
| * | | | | | | | | | undervolt: apply undervolt on boot and resumeAtemu2020-08-22
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The undervolt did not persist reboots or sleep/hibernation. With this change you should no longer have to apply the undervolt on a timer
* | | | | | | | | | nixos/logrotate: Fix option referenceSilvan Mosberger2020-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the manual build
* | | | | | | | | | Merge pull request #95809 from aanderse/logrotateAaron Andersen2020-08-21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/logrotate: switch `paths` option type from listOf to attrsOf
| * | | | | | | | | | nixos/httpd: configure log rotationAaron Andersen2020-08-21
| | | | | | | | | | |
| * | | | | | | | | | nixos/logrotate: switch `paths` option type from listOf to attrsOfAaron Andersen2020-08-21
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #87712 from aanderse/zabbixAaron Andersen2020-08-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | zabbix: 4.4.8 -> 5.0.2
| * | | | | | | | | | | nixos/zabbix: use proper character set and collation for mysql databaseAaron Andersen2020-08-18
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #95722 from Infinisil/dovecot-mailboxes-improvedSilvan Mosberger2020-08-21
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/dovecot: Improve mailboxes type
| * | | | | | | | | | | | nixos/dovecot: Improve mailboxes typeSilvan Mosberger2020-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous use of types.either disallowed assigning a list at one point and an attrset an another.
* | | | | | | | | | | | | meguca: remove (#95920)Jörg Thalheim2020-08-21
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #93425 from helsinki-systems/feat/gitlab-shell-configJörg Thalheim2020-08-21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | nixos/gitlab: Support extra config for shellJanne Heß2020-07-18
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #91296 from cawilliamson/masterLassulus2020-08-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/onlykey: fix typo
| * | | | | | | | | | | | | | nixos/onlykey: fix typoChristopher A. Williamson2020-07-07
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #95122 from rudolph9/nixos/xmonadLassulus2020-08-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/xmonad: Fix behavior of config opt
| * | | | | | | | | | | | | | | nixos/xmonad: Fix behavior of config optKurt Robert Rudolph2020-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this change, the `config` option (which allows you define the haskell configuration for xmonad in your configuration.nix instead of needing something in the home directory) prevents desktop manager resources from starting. This can be demonstrated by configuring the following: ``` services.xserver = { displayManager.defaultSession = "xfce+xmonad"; displayManager.lightdm.enable = true; desktopManager.xterm.enable = false; desktopManager.xfce.enable = true; desktopManager.xfce.enableXfwm = false; desktopManager.xfce.noDesktop = true; windowManager.xmonad = { enable = true; enableContribAndExtras = true; extraPackages = haskellPackages: [ haskellPackages.xmonad-contrib haskellPackages.xmonad-extras haskellPackages.xmonad ]; config = '' import XMonad import XMonad.Config.Xfce main = xmonad xfceConfig { terminal = "terminator" , modMask = mod4Mask } ''; }; }; ``` and after user log in, search for xfce processes `ps aux | grep xfce`. You will not find xfce processes running until after the xmonad process is killed. The bug prevents utilities included with the desktopManager, (e.g. powerManagement, session logout, etc.) from working as expected.
* | | | | | | | | | | | | | | | cri-o: add pinns path and witch to crio.conf.d config styleSascha Grunert2020-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the pinns path to the configuration let CRI-O start properly. We also change the configuration to the new drop-in syntax. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* | | | | | | | | | | | | | | | Merge pull request #95878 from adisbladis/emacs-26adisbladis2020-08-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | emacs: Fix emacs26 attribute(s)
| * | | | | | | | | | | | | | | | nixos/editors: Remove any explicit mention of Emacs 25adisbladis2020-08-21
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #95294 from aanderse/postgresql-rootlessAaron Andersen2020-08-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | nixos/postgresql: run ExecStartPost as an unprivileged user
| * | | | | | | | | | | | | | | | nixos/postgresql: move ExecStartPost into postStartAaron Andersen2020-08-15
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | nixos/postgresql: run ExecStartPost as an unprivileged userAaron Andersen2020-08-15
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #95869 from jtojnar/fc-local-regressionJan Tojnar2020-08-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | nixos/fontconfig: fix local.conf regression
| * | | | | | | | | | | | | | | | nixos/fontconfig: fix local.conf regressionJan Tojnar2020-08-20
| | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Another part of edf2541f02c6b24ea791710d5cadeae36f9b1a3a was missed while rebasing https://github.com/NixOS/nixpkgs/pull/93562, resulting in incorrect path as described by https://github.com/NixOS/nixpkgs/issues/86601#issuecomment-675462227