aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zigbee2mqtt: 1.16.1 -> 1.16.2Francesco Zanini2020-12-051-0/+1
|
* nixos/n8n: init module and testfreezeboy2020-12-052-0/+79
|
* Merge pull request #97505 from mayflower/grub-efi-mirroredbootLinus Heckemann2020-12-041-1/+1
|\ | | | | nixos/grub: allow multiple "nodev" devices for mirroredBoots
| * nixos/grub: allow multiple "nodev" devices for mirroredBootsLinus Heckemann2020-09-091-1/+1
| | | | | | | | | | | | For UEFI setups, "device" will generally be the special value "nodev" which represents not running grub-install at all. Using "nodev" for boot mirrors should therefore be allowed.
* | Merge pull request #103813 from symphorien/firejailstigo2020-12-041-5/+41
|\ \ | | | | | | nixos/firejail: allow to pass options to firejail
| * | nixos/firejail: allow to pass options to firejailSymphorien Gibol2020-11-141-5/+41
| | |
* | | nixos/fish: make generateCaches easier to overridernhmjoj2020-12-031-1/+1
| | |
* | | nixos/documentation: silence man-db cache warningsrnhmjoj2020-12-031-1/+1
| | | | | | | | | | | | | | | The output of the man-db command used to generate the caches is irrelevant and can confuse users, let's hide it.
* | | Merge pull request #105362 from gebner/pipewire0137Gabriel Ebner2020-12-031-20/+101
|\ \ \ | | | | | | | | pipewire: 0.3.16 -> 0.3.17
| * | | nixos/pipewire: enable volume control via alsaGabriel Ebner2020-12-021-15/+17
| | | |
| * | | nixos/pipewire: generate configuration fileGabriel Ebner2020-12-021-0/+64
| | | |
| * | | nixos/pipewire: allow overriding the pipewire derivationGabriel Ebner2020-11-291-7/+17
| | | |
| * | | nixos/pipewire: add media-session.d filesGabriel Ebner2020-11-291-0/+4
| | | |
| * | | nixos/pipewire: enable sound on alsa supportGabriel Ebner2020-11-291-0/+1
| | | | | | | | | | | | | | | | Otherwise sound.extraConfig has no effect.
* | | | Merge pull request #105745 from archseer/thermald-2-4Sandro2020-12-031-10/+1
|\ \ \ \
| * | | | thermald: Always enable adaptive mode.Blaž Hrastnik2020-12-031-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was some issues with the fallback to passive mode on 2.3, but on 2.4 adaptive mode is always enabled upstream and thermald will fallback to passive if necessary. https://github.com/intel/thermal_daemon/blob/a6e68a65b53a3d7a023c9b45db31ceffbd7e5dfb/data/thermald.service.in#L9
* | | | | sd-image: fix resizing if root is not the second partition.Jörg Thalheim2020-12-021-1/+2
|/ / / /
* | | | Merge pull request #102076 from Taneb/hoogle-dynamic-userSilvan Mosberger2020-12-021-3/+1
|\ \ \ \ | | | | | | | | | | Set DynamicUser=true for hoogle
| * | | | nixos/services/hoogle use DynamicUser instead of nobodyNathan van Doorn2020-11-301-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've also removed PrivateTmp = true because this is implied by dynamic user. I've left ProtectHome = true because I believe this is stronger than ProtectHome = "read-only" which DynamicUser implies.
* | | | | Merge pull request #103393 from happysalada/add_vectorAustin Seipp2020-12-022-0/+62
|\ \ \ \ \ | | | | | | | | | | | | nixos/vector: add module
| * | | | | nixos/vector: add modulehappysalada2020-11-302-0/+62
| | | | | |
* | | | | | Merge pull request #104203 from andir/saned-max-connectionsAndreas Rammhold2020-12-011-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/sane: bump the MaxConnections to a reasonable amount
| * | | | | | nixos/sane: bump the MaxConnections to a reasonable amountAndreas Rammhold2020-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever I try to scan from another computer it has to establish >2 connections in order to succeed. With the connections being limited to 1 I can not scan any document. This is also what other distributions ([Debian], [ArchLinux], …) have done in one way or another. [Debian]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850649#5 [ArchLinux]: no limit: https://github.com/archlinux/svntogit-packages/blob/99cba454bb0b69034bc45e97cde4a460bccfef4b/trunk/saned.socket#L4
* | | | | | | Merge pull request #93293 from tnias/nixos_rspamd_20200716Jörg Thalheim2020-12-011-6/+38
|\ \ \ \ \ \ \
| * | | | | | | nixos/rspamd: fix postfix integrationJörg Thalheim2020-11-301-1/+6
| | | | | | | |
| * | | | | | | nixos/rspamd: fixup cosmeticsPhilipp Bartsch2020-07-181-3/+3
| | | | | | | |
| * | | | | | | nixos/rspamd: add systemd service sandboxPhilipp Bartsch2020-07-161-6/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop preStart script in favour of systemd StateDirectory parameter.
* | | | | | | | nixos/tailscale: add package as an optionChristine Dodrill2020-12-011-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This simplifies testing changes to the tailscale service on a local machine. You can use this as such: ```nix let tailscale_patched = magic {}; in { services.tailscale = { enable = true; package = tailscale_patched; }; }; ``` Signed-off-by: Christine Dodrill <me@christine.website>
* | | | | | | | Merge pull request #104836 from ncfavier/masterSilvan Mosberger2020-12-011-23/+97
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/nat: support IPv6 NAT
| * | | | | | | | nixos/nat: support IPv6 NATValérian Galliat2020-12-011-23/+97
| | | | | | | | |
* | | | | | | | | Merge pull request #103866 from cole-h/doasSilvan Mosberger2020-11-301-0/+11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | doas: 6.6.1 -> 6.8
| * | | | | | | | | nixos/doas: add noLog optionCole Helbling2020-11-141-0/+11
| | | | | | | | | |
* | | | | | | | | | Merge pull request #104781 from NixOS/staging-nextFrederik Rietdijk2020-11-304-0/+20
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | Staging next
| * | | | | | | | | Merge master into staging-nextFrederik Rietdijk2020-11-298-35/+264
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge master into staging-nextFrederik Rietdijk2020-11-281-0/+10
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextFrederik Rietdijk2020-11-2759-97/+119
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'staging-next' into stagingJan Tojnar2020-11-242-0/+125
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge staging-next into stagingFrederik Rietdijk2020-11-2317-301/+330
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #104094 from flokli/systemd-unified-cgroup-hierarchyFlorian Klink2020-11-224-0/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemd: switch to unified cgroup hierarchy by default
| | * | | | | | | | | | | | | | nixos/k3s: disable unifiedCgroupHierarchyFlorian Klink2020-11-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This gets automatically disabled by docker if the docker backend is used, but the bundled containerd also doesn't seem to support cgroupsv2, so disable it explicitly here, too.
| | * | | | | | | | | | | | | | systemd: switch to unified cgroup hierarchy by defaultFlorian Klink2020-11-193-0/+16
| | | |_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://www.redhat.com/sysadmin/fedora-31-control-group-v2 for details on why this is desirable, and how it impacts containers. Users that need to keep using the old cgroup hierarchy can re-enable it by setting `systemd.unifiedCgroupHierarchy` to `false`. Well-known candidates not supporting that hierarchy, like docker and hidepid=… will disable it automatically. Fixes #73800
* | | | | | | | | | | | | | | Merge pull request #104689 from petabyteboy/feature/gitlab-13-6-1Florian Klink2020-11-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitlab: 13.6.0 -> 13.6.1
| * | | | | | | | | | | | | | | nixos/gitlab: use bindsTo instead of requires for gitalyMilan Pässler2020-11-261-1/+1
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | nixos/mautrix-telegram: update defaultsMaximilian Bosch2020-11-291-0/+3
| |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These three defaults must exist in the config now, otherwise `mautrix-telegram` will refuse to start.
* | | | | | | | | | | | | | Merge pull request #99173 from johanot/fix-initrd-ssh-commands-testSarah Brofeldt2020-11-291-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/initrd-ssh: set more defensive pemissions on sshd test key
| * | | | | | | | | | | | | | nixos/initrd-ssh: set more defensive pemissions on sshd test keyJohan Thomsen2020-09-301-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like the test sshd key can never be used, because of too open permissions. My guess is that the current test script works fine once the user defined ssh-key has been copied into initrd. At "nixos-install" however, the user specified host key is not present in initrd yet and validation fails. fixes #91486
* | | | | | | | | | | | | | | Merge pull request #102061 from braunse/gogs-0-12-3StigP2020-11-291-8/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | gogs: 0.11.91 -> 0.12.3
| * | | | | | | | | | | | | | gogs: 0.11.91 -> 0.12.3Sebastien Braun2020-11-281-8/+0
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #62104 from Vizaxo/masterRyan Mulligan2020-11-281-1/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/exwm: allow custom Emacs load script
| * | | | | | | | | | | | | | nixos/exwm: allow custom Emacs load scriptVizaxo2019-05-271-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add config option services.xserver.windowManager.exwm.loadScript, which is passed to Emacs (as the -l option) to load after the user's init file.