aboutsummaryrefslogtreecommitdiff
path: root/nixos (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nixos/gitlab: Add gnutar and gzip to gitlab-sidekiq's path (#68908)Florian Klink2019-09-231-0/+4
|\ | | | | nixos/gitlab: Add gnutar and gzip to gitlab-sidekiq's path
| * nixos/gitlab: Add gnutar and gzip to gitlab-sidekiq's pathtalyz2019-09-171-0/+4
| | | | | | | | Tar and gzip are needed when importing GitLab project exports.
* | Merge pull request #69260 from volth/patch-369Peter Hoeg2019-09-231-1/+2
|\ \ | | | | | | nixos/mailcatcher: add bind capabilities
| * | nixos/mailcatcher: add bind capabilitiesvolth2019-09-221-1/+2
| | |
* | | Merge pull request #15560 from peterhoeg/nm_dnsdhcpPeter Hoeg2019-09-231-2/+4
|\ \ \ | |/ / |/| | nixos/networkmanager: tiny cleanups
| * | nixos/networkmanager: tiny cleanupsPeter Hoeg2019-09-221-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
* | | nixos/wordpress: generate secrets locallyMartin Milata2019-09-222-14/+19
| | | | | | | | | | | | | | | Use /dev/urandom to generate keys and salts instead of downloading them from https://api.wordpress.org/secret-key/1.1/salt/
* | | Merge pull request #68950 from peti/t/nixos-doc-fixPeter Simons2019-09-221-1/+1
|\ \ \ | | | | | | | | nixos: improve the example that shows how to include nvidia_x11 in boot.extraModulePackages
| * | | nixos: improve the example that shows how to include nvidia_x11 in ↵Peter Simons2019-09-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | boot.extraModulePackages Fixes https://github.com/NixOS/nixpkgs/issues/68931.
* | | | nixos/spotifyd: update spotifyd flagsMario Rodas2019-09-211-1/+1
| | | |
* | | | Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-211-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
* | | | Add cri-o service to modules (#68153)Sascha Grunert2019-09-212-0/+107
| | | | | | | | | | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* | | | Merge branch 'staging-next'Vladimír Čunát2019-09-211-0/+5
|\ \ \ \
| * \ \ \ Merge master into staging-nextFrederik Rietdijk2019-09-194-12/+31
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into staging-nextJan Tojnar2019-09-18126-5665/+1895
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into staging-nextJan Tojnar2019-09-1828-142/+357
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into staging-nextVladimír Čunát2019-09-166-26/+81
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into staging-nextVladimír Čunát2019-09-158-25/+65
| |\ \ \ \ \ \ \ \
| * | | | | | | | | networkmanager,modemmanager: fix service symlinks for systemd v243Will Dietz2019-09-141-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.
* | | | | | | | | | Merge pull request #69195 from c0deaddict/fix/gitea-dumpElis Hirwing2019-09-211-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/gitea: fix dump
| * | | | | | | | | | nixos/gitea: fix dumpJos van Bakel2019-09-211-0/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | sdImage: use findmnt to get root device when resizing (#58059)Silvan Mosberger2019-09-201-1/+3
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | sdImage: use findmnt to get root device when resizing
| * | | | | | | | | sdImage: use findmnt to get root device when resizingMichael Eden2019-03-211-1/+3
| | | | | | | | | |
* | | | | | | | | | Merge pull request #68983 from worldofpeace/xfce-cleanupworldofpeace2019-09-191-5/+11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Touchups for nixos/xfce4-14 for 19.09
| * | | | | | | | | | fixup! nixos/xfce4-14: cleanup defaults slightlyworldofpeace2019-09-171-3/+4
| | | | | | | | | | |
| * | | | | | | | | | nixos/xfce4-14: cleanup defaults slightlyworldofpeace2019-09-171-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We added - parole - pavucontrol - xfce4-taskmanager - xfwm4-themes to the default packages.
| * | | | | | | | | | nixos/xfce4-14: add gnome-themes-extraworldofpeace2019-09-171-0/+1
| | | | | | | | | | |
| * | | | | | | | | | nixos/xfce4-14: remove gtk-xfce-engineworldofpeace2019-09-171-1/+0
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Xfce 4.14 deprecated this. It had many gtk2 themes that don't work that confused users #68977.
* | | | | | | | | | Revert "nixos/doc: re-format"Eelco Dolstra2019-09-19124-1894/+5663
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ea6e8775bd69e4676c623a85c39f1da540d29ad1. The new format is not an improvement.
* | | | | | | | | | Merge pull request #69093 from alexarice/xterm-defaultworldofpeace2019-09-191-1/+3
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | nixos/xterm: Set default to xserver.enable
| * | | | | | | | | xterm: Set default to xserver.enableAlex Rice2019-09-191-1/+3
| | | | | | | | | |
* | | | | | | | | | Merge pull request #68906 from edolstra/revert-interface-versionEelco Dolstra2019-09-191-6/+13
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Revert systemd interface version to 2
| * | | | | | | | | Revert systemd interface version to 2Eelco Dolstra2019-09-161-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.
* | | | | | | | | nixos/jormungandr: moving to a new section topics_of_interestMarek Mahut2019-09-191-2/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #69031 from worldofpeace/xcursor-updateworldofpeace2019-09-182-4/+14
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | nixos/xdg/icons: match XCURSOR_PATH spec
| * | | | | | | | nixos/xdg/icons: match XCURSOR_PATH specworldofpeace2019-09-182-4/+14
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | doc: Disable wrapping source (#68181)Jan Tojnar2019-09-18125-5664/+1894
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | doc: Disable wrapping source
| * | | | | | | | nixos/doc: re-formatJan Tojnar2019-09-18124-5663/+1894
| | | | | | | | |
| * | | | | | | | doc: Disable wrapping sourceJan Tojnar2019-09-181-1/+0
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Even a simple typo fix can result in a reflow of a whole paragraph, leading to illegible diffs. The majority of text editors supports wrapping the source code to a comfortable width so it makes sense to me to sacrifice the few that do not rather than the unfortunately line-oriented diff tools.
* / / / / / / / nixos/sway: install swaybg by defaultMaximilian Bosch2019-09-181-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #68729 from worldofpeace/elementary-greeter/masterworldofpeace2019-09-182-21/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/pantheon: use Pantheon's greeter
| * | | | | | | nixos/pantheon: use Pantheon's greeterworldofpeace2019-09-131-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.
| * | | | | | | nixos/lightdm/pantheon: provide xgreeters in packageworldofpeace2019-09-131-6/+1
| | | | | | | |
| * | | | | | | nixos/pantheon: add gtk settings.iniworldofpeace2019-09-131-0/+1
| | | | | | | |
| * | | | | | | nixos/pantheon: use sessionVariablesworldofpeace2019-09-131-6/+6
| | | | | | | |
| * | | | | | | nixos/lightdm/pantheon: drop warningworldofpeace2019-09-131-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This issue has been fixed in the latest release.
* | | | | | | | Merge pull request #68492 from worldofpeace/pam-sessionvariablesworldofpeace2019-09-1817-118/+99
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Introduce environment.profileRelativeSessionVariables
| * | | | | | | | nixos/environment: set GTK_EXE_PREFIXworldofpeace2019-09-181-0/+1
| | | | | | | | |
| * | | | | | | | nixos/environment: set GTK_DATA_PREFIXworldofpeace2019-09-186-29/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many desktop environment modules are already setting this so it already makes sense to just do this globally.
| * | | | | | | | lightdm-mini-greeter: put xgreeters in passthruworldofpeace2019-09-181-6/+1
| | | | | | | | |