aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-22nixos/mailcatcher: add bind capabilitiesvolth1-1/+2
2019-09-22nixos/wordpress: generate secrets locallyMartin Milata1-8/+14
Use /dev/urandom to generate keys and salts instead of downloading them from https://api.wordpress.org/secret-key/1.1/salt/
2019-09-22nixos/networkmanager: tiny cleanupsPeter Hoeg1-2/+4
These are the leftovers of an older PR. a. Send messages to auditd if auditing is enabled. b. Add missing dbus configuration if dnsmasq is used for DNS
2019-09-21nixos/spotifyd: update spotifyd flagsMario Rodas1-1/+1
2019-09-21Revert "Merge branch 'staging-next'"Vladimír Čunát1-5/+0
This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
2019-09-21Add cri-o service to modules (#68153)Sascha Grunert2-0/+107
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-09-21nixos/gitea: fix dumpJos van Bakel1-0/+1
2019-09-19Revert "nixos/doc: re-format"Eelco Dolstra18-239/+781
This reverts commit ea6e8775bd69e4676c623a85c39f1da540d29ad1. The new format is not an improvement.
2019-09-19xterm: Set default to xserver.enableAlex Rice1-1/+3
2019-09-19nixos/jormungandr: moving to a new section topics_of_interestMarek Mahut1-2/+4
2019-09-18nixos/doc: re-formatJan Tojnar18-781/+239
2019-09-18nixos/sway: install swaybg by defaultMaximilian Bosch1-1/+1
2019-09-18nixos/xdg/icons: match XCURSOR_PATH specworldofpeace2-4/+14
2019-09-18nixos/environment: set GTK_EXE_PREFIXworldofpeace1-0/+1
2019-09-18nixos/environment: set GTK_DATA_PREFIXworldofpeace6-29/+2
Many desktop environment modules are already setting this so it already makes sense to just do this globally.
2019-09-18lightdm-mini-greeter: put xgreeters in passthruworldofpeace1-6/+1
2019-09-18nixos/lightdm-gtk-greeter: don't wrap in moduleworldofpeace1-29/+7
2019-09-18nixos/enso-os: don't wrap in moduleworldofpeace1-28/+8
2019-09-18nixos/sddm: don't set XDG_DATA_DIRSworldofpeace1-2/+0
environment.profileRelativeSessionVariables should make this unneeded.
2019-09-18nixos/gdm: don't set XCURSOR_PATHworldofpeace1-2/+0
2019-09-18nixos/xdg/icons: use profileRelativeSessionVariablesworldofpeace1-6/+6
2019-09-18nixos/terminfo: use profileRelativeSessionVariablesworldofpeace1-1/+1
2019-09-18nixos/system-environment: introduce environment.profileRelativeSessionVariablesRobert Helgesson7-15/+73
There is a need for having sessionVariables set relative to the Nix Profiles. Such as in #68383.
2019-09-17fixup! nixos/xfce4-14: cleanup defaults slightlyworldofpeace1-3/+4
2019-09-18hardware.brightnessctl: add brightnessctl to envRobin Gloster1-0/+1
2019-09-17nixos/xfce4-14: cleanup defaults slightlyworldofpeace1-3/+8
We added - parole - pavucontrol - xfce4-taskmanager - xfwm4-themes to the default packages.
2019-09-17nixos/xfce4-14: add gnome-themes-extraworldofpeace1-0/+1
2019-09-17nixos/xfce4-14: remove gtk-xfce-engineworldofpeace1-1/+0
Xfce 4.14 deprecated this. It had many gtk2 themes that don't work that confused users #68977.
2019-09-17nixos/jenkins: Copy plugins as .jpi to fix initialization errorsAlex Whitt1-1/+1
2019-09-17nixos/minidlna: Allow more configuration optionsAntoine R. Dumont (@ardumont)1-2/+65
This commits allows the user to configure: - more minidlna options - the ones not yet disclosed in nix (extending the existing minimal subset)
2019-09-17nixos/gitlab: Add gnutar and gzip to gitlab-sidekiq's pathtalyz1-0/+4
Tar and gzip are needed when importing GitLab project exports.
2019-09-17nixos: improve the example that shows how to include nvidia_x11 in ↵Peter Simons1-1/+1
boot.extraModulePackages Fixes https://github.com/NixOS/nixpkgs/issues/68931.
2019-09-16Revert systemd interface version to 2Eelco Dolstra1-6/+13
The new systemd in 19.09 gives an "Access Denied" error when doing "systemctl daemon-reexec" on an 19.03 system. The fix is to use the previous systemctl to signal the daemon to re-exec itself. This ensures that users don't have to reboot when upgrading from NixOS 19.03 to 19.09.
2019-09-16TypoEelco Dolstra1-1/+1
2019-09-16nixos/moodle: add extraConfig optionAaron Andersen1-0/+15
2019-09-15nixos/redshift: Add rename for provider optionSilvan Mosberger1-0/+1
This was an oversight in https://github.com/NixOS/nixpkgs/pull/64309 resulting it backwards incompatibilities
2019-09-15nixos/redshift: Move option renames to the moduleSilvan Mosberger2-14/+15
2019-09-15NixOS/auto-upgrade: add gzip to service pathMikhail Klementev1-1/+1
Resolves #28527
2019-09-14networkmanager,modemmanager: fix service symlinks for systemd v243Will Dietz1-0/+5
Fixes problems such as: systemd[1]: Failed to put bus name to hashmap: File exists systemd[1]: dbus-org.freedesktop.nm-dispatcher.service: Two services allocated for the same bus name org.freedesktop.nm_dispatcher, refusing operation. Problem is that systemd treats symlinks to files outside the service path differently, causing our old workaround to look like two separate services. These symlinks are intended to be a means for manually emulating the behavior of the `Alias=` directive in these services. Unfortunately even making these symlinks relative isn't enough, since they don't make it to where it matters-- that only makes the links in /etc/static/systemd/system/* relative, with systemd still being shown non-relative links in /etc/systemd/system/*. To fix this, drop all of this at the package level and instead simply specify the aliases in the NixOS modules. Also handle the same for modemmanager, since the networkmanager NixOS module also handles that.
2019-09-14Revert "networkmanager,modemmanager: fix service symlinks for systemd v243"worldofpeace1-5/+0
2019-09-14nixos/hydra: incorporate upstream changes and update testMaximilian Bosch1-0/+20
During the last update, `hydra-notify` was rewritten as a daemon which listens to postgresql notifications for each build[1]. The module uses the `hydra-notify.service` unit from upstream's Hydra module and the VM test ensures that email notifications are sent properly. Also updated `hydra-init.service` to install `pg_trgm` on a local database if needed[2]. [1] https://github.com/NixOS/hydra/commit/c7861b85c4c3cc974b27147bbf3cc258b9fe9cc3 [2] https://github.com/NixOS/hydra/commit/8a0a5ec3a3200d4f4d4d38f87d0afdb49f092b39
2019-09-14nixos/gitlab: Remove todo about mysql supportschneefux1-2/+0
GitLab has ended MySQL support. https://about.gitlab.com/2019/06/27/removing-mysql-support/
2019-09-13networkmanager,modemmanager: fix service symlinks for systemd v243Will Dietz1-0/+5
Fixes problems such as: systemd[1]: Failed to put bus name to hashmap: File exists systemd[1]: dbus-org.freedesktop.nm-dispatcher.service: Two services allocated for the same bus name org.freedesktop.nm_dispatcher, refusing operation. Problem is that systemd treats symlinks to files outside the service path differently, causing our old workaround to look like two separate services. These symlinks are intended to be a means for manually emulating the behavior of the `Alias=` directive in these services. Unfortunately even making these symlinks relative isn't enough, since they don't make it to where it matters-- that only makes the links in /etc/static/systemd/system/* relative, with systemd still being shown non-relative links in /etc/systemd/system/*. To fix this, drop all of this at the package level and instead simply specify the aliases in the NixOS modules. Also handle the same for modemmanager, since the networkmanager NixOS module also handles that.
2019-09-13nixos/pantheon: use Pantheon's greeterworldofpeace1-2/+1
I now consider this usable in NixOS without reflecting negatively on NixOS as a whole. For example this greeter is immune to issues like #60651.
2019-09-13nixos/lightdm/pantheon: provide xgreeters in packageworldofpeace1-6/+1
2019-09-13nixos/pantheon: add gtk settings.iniworldofpeace1-0/+1
2019-09-13nixos/pantheon: use sessionVariablesworldofpeace1-6/+6
2019-09-13nixos/lightdm/pantheon: drop warningworldofpeace1-7/+0
This issue has been fixed in the latest release.
2019-09-13nixos/gitlab: Fix swap of secretstalyz1-2/+2
Fix accidental swap of the otp and db secrets in the secrets.yml file. Fixes #68613.
2019-09-12nginx: remove gzip_disable directiveVincent Bernat2-2/+0
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.