aboutsummaryrefslogtreecommitdiff
path: root/nixos (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #69346 from rvolosatovs/fix/systemd-dhcpRobin Gloster2019-09-241-1/+1
|\ | | | | nixos/network: replace deprecated DHCP=both by DHCP=yes
| * nixos/network: replace deprecated DHCP=both by DHCP=yesRoman Volosatovs2019-09-241-1/+1
| |
* | nixos/gitlab: Update release notes and documentation (#69313)Florian Klink2019-09-242-1/+38
|\ \ | |/ |/| nixos/gitlab: Update release notes and documentation
| * nixos/gitlab: Document the restriction introduced on statePathtalyz2019-09-232-1/+16
| | | | | | | | | | | | | | | | | | The state path now, since the transition from initialization in preStart to using systemd-tmpfiles, has the following restriction: no parent directory can be owned by any other user than root or the user specified in services.gitlab.user. This is a potentially breaking change and the cause of the error isn't immediately obvious, so document it both in the release notes and statePath description.
| * nixos/gitlab: Mention secret option transition in release notestalyz2019-09-231-0/+22
| | | | | | | | | | Document the breaking secret option transition from literal secrets to file-based ones.
* | Merge pull request #68946 from volth/escapeJörg Thalheim2019-09-247-13/+13
|\ \ | | | | | | treewide: fix string escapes
| * | nixos/matomo: fix escapevolth2019-09-171-1/+1
| | |
| * | nixos/tt-rss: fix string escapevolth2019-09-171-1/+1
| | |
| * | nixos/restya-board: fix string escapevolth2019-09-171-2/+2
| | |
| * | nixos/matomo: fix string escapevolth2019-09-171-5/+5
| | |
| * | nixos/prosody: fix escapevolth2019-09-171-1/+1
| | |
| * | nixos/graphite: fix escapevolth2019-09-171-1/+1
| | |
| * | nixos/less: fix escapevolth2019-09-171-2/+2
| | |
| * | nixos/rspamd: fix fancy unicode quotevolth2019-09-161-1/+1
| | |
* | | Merge pull request #67748 from typetetris/yubico-local-authJörg Thalheim2019-09-241-1/+18
|\ \ \ | | | | | | | | Yubico local auth
| * | | yubico-pam: make local authentication possibleEric Wolf2019-08-301-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | using challenge response see https://developers.yubico.com/yubico-pam/Authentication_Using_Challenge-Response.html
* | | | nixos/postgresql-wal-receiver: remove restart limit (#67857)Notkea2019-09-231-1/+2
| |_|/ |/| | | | | useful in case of network disruption
* | | Merge pull request #68970 from teto/rngdRobin Gloster2019-09-231-2/+2
|\ \ \ | | | | | | | | qemu-guest: allow to override security.rngd
| * | | qemu-guest: allow to override security.rngdMatthieu Coudron2019-09-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... otherwise enabling it causes a merge conflict. Enabling it was necessary to give enough entropy for the sshd daemon in my libvirt/nixops VM to generate keys see https://github.com/NixOS/nixops/issues/1199.
* | | | nixos/systemd: pick more upstream tmpfiles confsFranz Pletz2019-09-232-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In #68792 it was discovered that /dev/fuse doesn't have wordl-read-writeable permissions anymore. The cause of this is that the tmpfiles examples in systemd were reorganized and split into more files. We thus lost some of the configuration we were depending on. In this commit some of the new tmpfiles configuration that are applicable to us are added which also makes wtmp/lastlog in the pam module not necessary anymore. Rationale for the new tmpfile configs: - `journal-nowcow.conf`: Contains chattr +C for journald logs which makes sense on copy-on-write filesystems like Btrfs. Other filesystems shouldn't do anything funny when that flag is set. - `static-nodes-permissions.conf`: Contains some permission overrides for some device nodes like audio, loop, tun, fuse and kvm. - `systemd-nspawn.conf`: Makes sure `/var/lib/machines` exists and old snapshots are properly removed. - `systemd-tmp.conf`: Removes systemd services related private tmp folders and temporary coredump files. - `var.conf`: Creates some useful directories in `/var` which we would create anyway at some point. Also includes `/var/log/{wtmp,btmp,lastlog}`. Fixes #68792.
* | | | 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