about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* firejail: system package on `programs.firejail.enable`snicket21002020-03-13
| | | | | this way the man page etc. becomes available if we enable firejail with `programs.firejail.enable = true`
* nixos/manual: fix buildMaximilian Bosch2020-03-13
|
* nixos/python-test-driver: allow single char as hostName and fix misleading ↵Maximilian Bosch2020-03-13
| | | | | | | error-message In case of invalid chars, the error-message references "perl variables" which is not the case here as the python-based framework is used.
* Merge pull request #82310 from flokli/systemd-network-link-no-networkdFlorian Klink2020-03-12
|\ | | | | nixos/systemd: apply .link even when networkd is disabled
| * nixos/zerotierone: switch from manually generating the .link file to use the ↵Florian Klink2020-03-11
| | | | | | | | | | | | | | | | | | | | | | module Previously, systemd.network.links was only respected with networkd enabled, but it's really udev taking care of links, no matter if networkd is enabled or not. With our module fixed, there's no need to manually manage the text file anymore.
| * nixos/networkd: respect systemd.network.links also with disabled ↵Florian Klink2020-03-11
| | | | | | | | | | | | | | systemd-networkd This mirrors the behaviour of systemd - It's udev that parses `.link` files, not `systemd-networkd`.
| * tests/networking: remove pkgs.lib usages.Félix Baylac-Jacqué2020-03-11
| |
* | Merge pull request #76739 from symphorien/mail_pluginsLéo Gaspard2020-03-12
|\ \ | | | | | | nixos/dovecot: add an option to enable mail_plugins
| * | dovecot: add missing descriptionsSymphorien Gibol2020-01-28
| | |
| * | nixos/modules/services/mail/dovecot.nix: nixpkgs-fmtSymphorien Gibol2020-01-28
| | |
| * | Update nixos/modules/services/mail/dovecot.nixsymphorien2020-01-28
| | | | | | | | | Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
| * | nixos/dovecot: add an option to enable mail_pluginsSymphorien Gibol2020-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Motivation: if enableQuota is true, mail plugins cannot be enabled in extraConfig because of the problem described here: https://doc.dovecot.org/configuration_manual/config_file/config_file_syntax/#variable-expansion doveconf: Warning: /etc/dovecot/dovecot.conf line 8: Global setting mail_plugins won't change the setting inside an earlier filter at /etc/dovecot/dovecot.conf line 5 (if this is intentional, avoid this warning by moving the global setting before /etc/dovecot/dovecot.conf line 5)
* | | Merge pull request #80141 from symphorien/scrubLéo Gaspard2020-03-12
|\ \ \ | | | | | | | | nixos/btrfs: make autoScrub not prevent shutdown or suspend
| * | | nixos/btrfs: make autoScrub not prevent shutdown or suspendSymphorien Gibol2020-02-14
| | | | | | | | | | | | | | | | Fixes: #79086 #79017
* | | | Merge pull request #82411 from adisbladis/ntpd-extraconfigadisbladis2020-03-12
|\ \ \ \ | | | | | | | | | | services.ntpd: Add extraConfig parameter
| * | | | services.ntpd: Add extraConfig parameteradisbladis2020-03-12
| | | | |
* | | | | Merge pull request #81945 from Infinisil/hostFilesSilvan Mosberger2020-03-12
|\ \ \ \ \ | |/ / / / |/| | | | Introduce `networking.hostFiles` option
| * | | | nixos/cjdns: Fix connectTo example renderingSilvan Mosberger2020-03-07
| | | | |
| * | | | nixos/cjdns: Don't use IFD for extra hostsSilvan Mosberger2020-03-07
| | | | |
| * | | | nixos/networking: Add hostFiles optionSilvan Mosberger2020-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When blocklists are built with a derivation, using extraHosts would require IFD, since the result of the derivation needs to be converted to a string again. By introducing this option no IFD is needed for such use-cases, since the fetched files can be assigned directly.
* | | | | Merge pull request #82185 from matt-snider/masterLéo Gaspard2020-03-12
|\ \ \ \ \ | | | | | | | | | | | | ankisyncd, nixos/ankisyncd: init at 2.1.0
| * | | | | nixos/ankisyncd: init at 2.1.0Matt Snider2020-03-10
| | | | | |
* | | | | | Merge pull request #81214 from buckley310/updateDelaylewo2020-03-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | NixOS/auto-upgrade: Add optional randomized delay
| * | | | | | NixOS/auto-upgrade: refine option descriptionSean Buckley2020-03-03
| | | | | | |
| * | | | | | NixOS/auto-upgrade: fix wordingSean Buckley2020-02-28
| | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Pascal Hertleif <killercup@gmail.com>
| * | | | | | NixOS/auto-upgrade: Add optional randomized delaySean Buckley2020-02-27
| | | | | | |
* | | | | | | Merge pull request #82148 from devhell/tests_signal-desktopFlorian Klink2020-03-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tests: Fix signal-desktop
| * | | | | | | tests: Fix signal-desktopdevhell2020-03-09
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test fails due to OOM on the VM. Setting the memory of the VM to 1024 lets the test succeed. Cc: @flokli
* | | | | | | Merge pull request #81402 from mmilata/firejail-exampleGraham Christensen2020-03-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/firejail: add example for wrappedBinaries
| * | | | | | | nixos/firejail: add example for wrappedBinariesMartin Milata2020-02-29
| | | | | | | |
* | | | | | | | Merge pull request #82340 from nyanloutre/vsftpd_pam_fixJörg Thalheim2020-03-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/vsftpd: fix missing default pam_service_name
| * | | | | | | | nixos/vsftpd: fix missing default pam_service_namenyanloutre2020-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9458ec4 removed the ftp pam service which was used by default by vsftpd
* | | | | | | | | Merge pull request #80904 from talyz/haproxy-fixesJörg Thalheim2020-03-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/haproxy: Revive the haproxy user and group
| * | | | | | | | | nixos/haproxy: Revive the haproxy user and grouptalyz2020-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Running haproxy with "DynamicUser = true" doesn't really work, since it prohibits specifying a TLS certificate bundle with limited permissions. This revives the haproxy user and group, but makes them dynamically allocated by NixOS, rather than statically allocated. It also adds options to specify which user and group haproxy runs as.
* | | | | | | | | | treewide: remove myself from a few packages I don't use anymoreMaximilian Bosch2020-03-11
| | | | | | | | | |
* | | | | | | | | | php: 7.3.15 -> 7.4.3Elis Hirwing2020-03-11
| | | | | | | | | |
* | | | | | | | | | Merge pull request #82326 from mmilata/rename-fix-module-pathSilvan Mosberger2020-03-11
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | nixos: fix module paths in rename.nix
| * | | | | | | | | nixos: fix module paths in rename.nixMartin Milata2020-03-11
| | | | | | | | | |
* | | | | | | | | | nixos/lightdm-tiny-greeter: init moduleEdward Tjörnhammar2020-03-11
| | | | | | | | | |
* | | | | | | | | | Merge pull request #81941 from volth/patch-390Sarah Brofeldt2020-03-11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | tests/kubernetes: remove unreferenced variable and import from inexisting file
| * | | | | | | | | | tests/kubernetes: remove unreferenced variable and import from inexsisting filevolth2020-03-07
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #81431 from jtojnar/malcontent-0.6Jan Tojnar2020-03-11
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | malcontent: 0.4.0 → 0.6.0
| * | | | | | | | | nixos/malcontent: initJan Tojnar2020-03-10
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | nixos/mysql: add settings and configFile optionsAaron Andersen2020-03-10
| | | | | | | | |
* | | | | | | | | Merge pull request #82252 from mayflower/radius-http2Linus Heckemann2020-03-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | FreeRADIUS improvements
| * | | | | | | | | nixos/freeradius: depend on network.target, not onlineLinus Heckemann2020-03-10
| | | | | | | | | |
| * | | | | | | | | freeradius: make debug logging optionalLinus Heckemann2020-03-10
| |/ / / / / / / /
* | | | | | | | | Merge pull request #82139 from adisbladis/switch-to-configuration-manualadisbladis2020-03-10
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | switch-to-configuration: Add new option X-OnlyManualStart
| * | | | | | | | switch-to-configuration: Add new option X-OnlyManualStartadisbladis2020-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to facilitate units that should _only_ be manually started and not activated when a configuration is switched to. More specifically this is to be used by the new Nixops deploy-* targets created in https://github.com/NixOS/nixops/pull/1245 that are triggered by Nixops before/after switch-to-configuration is called.
* | | | | | | | | environment.etc: fix typozimbatm2020-03-09
|/ / / / / / / /