about summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* nixos/redshift: Move option renames to the moduleSilvan Mosberger2019-09-15
|
* Merge pull request #68649 from talyz/gitlab-fixRobin Gloster2019-09-13
|\ | | | | nixos/gitlab: Fix swap of secrets
| * nixos/gitlab: Fix swap of secretstalyz2019-09-13
| | | | | | | | | | Fix accidental swap of the otp and db secrets in the secrets.yml file. Fixes #68613.
* | Merge pull request #64364 from JohnAZoidberg/nm-wirelessRobin Gloster2019-09-13
|\ \ | | | | | | Allow NetworkManager and wireless together
| * | networkmanager: Allow NetworkManager and wireless togetherDaniel Schaefer2019-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When NetworkManager is configured to not manage all interfaces, it's perfectly fine to have the rest be managed by the standard nixos wireless scripts. I use networking.networkmanager.unmanaged = [ "*" "except:type:wwan" "except:type:gsm" ]; to control everything using networking.wireless except for the mobile LTE modem which only works with NetworkManager.
* | | nginx: remove gzip_disable directiveVincent Bernat2019-09-12
| | | | | | | | | | | | | | | | | | IE6 is long gone and this directive is not useful anymore. We can spare a few CPU cycles (and maybe skip some bugs) by not trying to disable gzip for MSIE6.
* | | nixos/chrony: keep in foregroundAustin Seipp2019-09-12
| | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | nixos/chrony: remove redundant 'initstepslew.servers' optionAustin Seipp2019-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option was added in 6336048c5843ffcbd9fb010e47386adda2cdb913 but it is essentially a complete duplicate of the existing cfg.servers and there seems to be no reason to keep maintaining it. Furthermore, it requires annoying duplication if you try to do option merging, e.g. merging in sets into your configuration.nix that add `services.chrony.initstepslew` options will overwrite the servers option unless you keep it, but that means you just have to duplicate config.networking.timeServers again anyway which is an implementation detail! Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | nixos/chrony: set iburst for ntp serversAustin Seipp2019-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | 'iburst' allows chrony to make very quick adjustments to the clock by doing a couple rapid measurements outside of the default 'minpoll' option. This helps improve rapid time adjustment at boot, and is enabled by default. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | nixos/{chrony,ntpd,openntpd}: add myself as maintainerAustin Seipp2019-09-12
| | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | nixos: shuffle all ntp services into their own dirAustin Seipp2019-09-12
| | | | | | | | | | | | | | | | | | | | | This is reckless, ill-advised, pointless, and I will be scorned for it, but it makes me feel a lot better. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | Merge pull request #68365 from aanderse/zabbixMarek Mahut2019-09-12
|\ \ \ | | | | | | | | nixos/zabbixWeb: fix a string reference as well as the phpfpm socket path
| * | | nixos/zabbixWeb: fix a string reference as well as the phpfpm socket pathAaron Andersen2019-09-09
| | | |
* | | | Merge pull request #68507 from peterhoeg/f/mtrMaximilian Bosch2019-09-12
|\ \ \ \ | |_|_|/ |/| | | nixos/mtr: support for selecting the package
| * | | nixos/mtr: make the package configurablePeter Hoeg2019-08-05
| | | |
* | | | Merge pull request #68496 from WilliButz/add-rspamd-exporterMaximilian Bosch2019-09-11
|\ \ \ \ | | | | | | | | | | add prometheus rspamd exporter and test
| * | | | nixos/prometheus-exporters: add rspamd-exporterWilliButz2019-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | This adds a module that configures the json exporter, which then acts as an exporter for rspamd.
* | | | | nixos/mailman: types.string -> types.strAlyssa Ross2019-09-11
| | | | |
* | | | | nixos/mailman: properly wrap the mailman-web scriptPeter Simons2019-09-11
| | | | |
* | | | | nixos/mailman: create "mailman" executable as a proper wrapper scriptPeter Simons2019-09-11
| | | | |
* | | | | nixos/mailman: clean up our variable namesPeter Simons2019-09-11
| | | | |
* | | | | nixos/mailman: httpd.services requires mailman-web in the systemd sensePeter Simons2019-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When mailman-web restarts, it removes the generated "static" directory. This breaks a currently running httpd process, which needs a re-start, too, to obtain a new handle for the newly generated path.
* | | | | python-mailman-web: turn these Djando configuration files into a make-shift ↵Peter Simons2019-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python library Suggested in https://github.com/NixOS/nixpkgs/pull/67951#issuecomment-530309702.
* | | | | nixos/mailman: add support for the Mailman Web UI (Postorius & Hyperkitty)Peter Simons2019-09-11
|/ / / /
* | | | Merge pull request #68390 from worldofpeace/portal-gnome-shellworldofpeace2019-09-10
|\ \ \ \ | | | | | | | | | | nixos/gnome3: add gnome-shell xdg portal
| * | | | nixos/gnome3: add gnome-shell xdg portalworldofpeace2019-09-09
| | | | |
* | | | | nixos/dysnomia: enable InfluxDB supportSander van der Burg2019-09-09
|/ / / /
* | | | Merge pull request #68363 from worldofpeace/xterm-stateversionadisbladis2019-09-09
|\ \ \ \ | | | | | | | | | | nixos/xterm: stateVersion disable by default
| * | | | nixos/xterm: stateVersion disable by defaultworldofpeace2019-09-09
| | | | |
* | | | | Merge pull request #68368 from toonn/toxvpn-typoMichael Bishop2019-09-09
|\ \ \ \ \ | | | | | | | | | | | | nixos/toxvpn: Fix typo in option description
| * | | | | nixos/toxvpn: Fix typo in option descriptiontoonn2019-09-09
| | | | | |
* | | | | | Merge pull request #67795 from matthewbauer/remove-hidden-binsMatthew Bauer2019-09-09
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | nixos/system-path: remove wrappers from system-path
| * | | | | nixos/system-path: remove wrappers from system-pathMatthew Bauer2019-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove .*-wrapped files from system-path. These files aren’t needed in the path for users.
* | | | | | rss2email: 3.9 -> 3.10Léo Gaspard2019-09-09
| |_|/ / / |/| | | |
* | | | | Merge pull request #68218 from worldofpeace/cups-pk/no-auth-wheelworldofpeace2019-09-09
|\ \ \ \ \ | | | | | | | | | | | | nixos/cupsd: passwordless admin for wheel with polkit
| * | | | | nixos/cupsd: passwordless admin for wheel with polkitworldofpeace2019-09-06
| | | | | |
* | | | | | Merge pull request #68310 from rnhmjoj/xkbLinus Heckemann2019-09-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | services.xserver.extraLayouts fixes
| * | | | | | nixos/xserver: export configuration with startx and extra layoutsrnhmjoj2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the X server is run manually it must be started with an `-xkbdir` argument pointing to the custom xkb directory. So we export it to /etc/X11/xkb.
* | | | | | | Merge staging-next into stagingFrederik Rietdijk2019-09-09
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #67241 from kcalvinalvin/cmtSilvan Mosberger2019-09-08
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/modules/services/x11/hardware/: add cmt module
| | * | | | | | | nixos/cmt: add cmt moduleCalvin Kim2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds custom touchpad drivers for Chromebooks.
* | | | | | | | | treewide: remove redundant quotesvolth2019-09-08
| | | | | | | | |
* | | | | | | | | Merge branch 'staging-next' into stagingVladimír Čunát2019-09-08
|\| | | | | | | |
| * | | | | | | | Merge pull request #68037 from dtzWill/update/upower-0.99.11worldofpeace2019-09-08
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | upower: 0.99.10 -> 0.99.11
| | * | | | | | | | nixos/upower: drop resumeCommands hackworldofpeace2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced 7 years ago, it's likely the issue has been fixed. Even possible this could cause issues with recent upower.
| | * | | | | | | | nixos/upower: drop custom unitworldofpeace2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All of these changes ++ are in the upstream unit Also drop glib in path of unit as I don't believe this should be needed anymore.
| | * | | | | | | | nixos/upower: don't use activation script to create statedirworldofpeace2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Systemd now handles this completely.
| * | | | | | | | | deluge service: fix my bad conflict resolution from f21211ebfVladimír Čunát2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm sorry. Thanks to aszlig.
| * | | | | | | | | Merge pull request #66274 from talyz/gitlabFlorian Klink2019-09-07
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/gitlab: Add support for secure secrets and more
| | * | | | | | | | | nixos/gitlab: Extract arbitrary secrets from extraConfigtalyz2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the ability to make any parameter specified in extraConfig secret by defining it an attrset containing the attr _secret, which in turn is a path to a file containing the actual secret.