about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/redshift: Move option renames to the moduleSilvan Mosberger2019-09-15
|
* xmonad: Fix testTim Steinbach2019-09-13
|
* nixos/tests/mumble: update test to use systemd-journalWilliButz2019-09-13
|
* 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 #67985 from SRGOM/patch-8Linus Heckemann2019-09-12
|\ \ \ \ | | | | | | | | | | nixos.manual.installation.installing: nixos-hw
| * | | | nixos.manual.installation.installing: nixos-hwSRGOM2019-09-10
| | | | | | | | | | | | | | | Fixed repo name gh:nixos/nixos-hardware
| * | | | nixos.manual.installation.installing: nixos-hwSRGOM2019-09-03
| | | | | | | | | | | | | | | Add a brief note about nixos-hardware repo because it is in the official nixos organization. (and seemingly useful...)
* | | | | 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/tests: add prometheus-rspamd-exporter testWilliButz2019-09-11
| | | | | |
| * | | | | 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 #68392 from worldofpeace/fix-desktop-testsworldofpeace2019-09-11
|\ \ \ \ \ | | | | | | | | | | | | Fix desktop tests
| * | | | | nixosTests.xfce4-14: bump memorySizeworldofpeace2019-09-10
| | | | | |
| * | | | | nixosTests.xfce: bump memorySizeworldofpeace2019-09-10
| | | | | |
| * | | | | nixosTests.plasma5: fix test by enabling soundworldofpeace2019-09-10
| | | | | | | | | | | | | | | | | | | | | | | | Same issue as f59b4cb8d545d3bb1bd954f9e3267cb7ebec3557
| * | | | | nixosTests.xfce: fix test by enabling soundworldofpeace2019-09-10
| | | | | | | | | | | | | | | | | | | | | | | | Same issue as f59b4cb8d545d3bb1bd954f9e3267cb7ebec3557
| * | | | | nixosTests.xfce4-14: fix test by enabling soundworldofpeace2019-09-10
| | | | | | | | | | | | | | | | | | | | | | | | Same issue as f59b4cb8d545d3bb1bd954f9e3267cb7ebec3557
* | | | | | 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
| |_|/ / / / |/| | | | |
* | | | | | 20.03 is MarkhorSamuel Leathers2019-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Markhor is a spiral horned animal that is on the endangered species list * https://en.wikipedia.org/wiki/Markhor
* | | | | | 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