about summary refs log tree commit diff
path: root/nixos/modules
AgeCommit message (Collapse)AuthorFilesLines
2020-11-29Merge pull request #104689 from petabyteboy/feature/gitlab-13-6-1Florian Klink1-1/+1
gitlab: 13.6.0 -> 13.6.1
2020-11-29nixos/mautrix-telegram: update defaultsMaximilian Bosch1-0/+3
These three defaults must exist in the config now, otherwise `mautrix-telegram` will refuse to start.
2020-11-29Merge pull request #99173 from johanot/fix-initrd-ssh-commands-testSarah Brofeldt1-1/+6
nixos/initrd-ssh: set more defensive pemissions on sshd test key
2020-11-29Merge pull request #102061 from braunse/gogs-0-12-3StigP1-8/+0
gogs: 0.11.91 -> 0.12.3
2020-11-28Merge pull request #62104 from Vizaxo/masterRyan Mulligan1-1/+13
nixos/exwm: allow custom Emacs load script
2020-11-29Merge pull request #104268 from mvnetbiz/ha-allowpathsMartin Weinelt1-1/+5
home-assistant: add allowlist_external_dirs to systemd unit ReadWritePaths
2020-11-28nixos/disnix: reorder startup to take MongoDB and InfluxDB into account, add ↵Sander van der Burg1-1/+11
option to add Disnix profile to the system PATH
2020-11-28nixos/dysnomia: add InfluxDB configuration options, add option to use legacy ↵Sander van der Burg1-23/+63
modules, eliminate import from derivation hack
2020-11-28Merge pull request #86225 from sorki/proxychainsSilvan Mosberger2-0/+166
nixos/proxychains: init
2020-11-28gogs: 0.11.91 -> 0.12.3Sebastien Braun1-8/+0
2020-11-27Merge pull request #85133 from snicket2100/mosquitto-service-sandboxingSandro1-0/+10
mosquitto: systemd service sandboxing
2020-11-26nixos/gitlab: use bindsTo instead of requires for gitalyMilan Pässler1-1/+1
2020-11-26Merge pull request #104553 from jansol/pipewireJan Tojnar1-11/+8
pipewire: 0.3.15 -> 0.3.16
2020-11-25nixos/zram: add zramSwap.memoryMax optionLuke Granger-Brown1-1/+15
This allows capping the total amount of memory that will be used for zram-swap, in addition to the percentage-based calculation, which is useful when blanket-applying a configuration to many machines. This is based off the strategy used by Fedora for their rollout of zram-swap-by-default in Fedora 33 (https://fedoraproject.org/wiki/Changes/SwapOnZRAM), which caps the maximum amount of memory used for zram at 4GiB. In future it might be good to port this to the systemd zram-generator, instead of using this separate infrastructure.
2020-11-25nixos auto-upgrade: remove flag when flakeFrederik Rietdijk1-3/+2
The `--no-build-output` flag that is added by default is only valid for the old cli, which is not used when flakes are used. Follow-up to c9daa81eff922d9f77d136cfcff0ea05d40024e0.
2020-11-25Merge pull request #102938 from cruegge/dev-symlinksFlorian Klink1-0/+3
nixos/stage-1: create /dev/std{in,out,err} symlinks
2020-11-24nixos/factorio: Don't open firewall ports by defaultStijn DW1-1/+1
2020-11-24nixos/factorio: add openFirewall optionStijn DW1-3/+8
2020-11-24Merge pull request #104776 from grahamc/utillinuxGraham Christensen50-70/+71
utillinux: rename to util-linux
2020-11-24utillinux: rename to util-linuxGraham Christensen50-70/+71
2020-11-24Merge pull request #81661 from adisbladis/ssh-pam-sudo-keysadisbladis2-2/+2
pam_ssh_agent_auth: Honour services.openssh.authorizedKeysFiles
2020-11-24mullvad-vpn: add iproute2Artturin1-0/+3
2020-11-24Merge pull request #104734 from ju1m/fix-udevRyan Mulligan1-1/+1
nixos/network-interfaces: fix typo in udev rule syntax
2020-11-24Merge pull request #104721 from vkleen/postfix-smtp-fixPeter Simons1-6/+6
nixos.postfix: make postfix.enableSmtp work again
2020-11-24nixos/network-interfaces: fix typo in udev rule syntaxJulien Moutinho1-1/+1
2020-11-24pam_ssh_agent_auth: Honour services.openssh.authorizedKeysFilesadisbladis2-2/+2
If a system administrator has explicitly configured key locations this should be taken into account by `sudo`.
2020-11-23nixos/postfix: make postfix.enableSmtp work againViktor Kleen1-6/+6
This fixes issue #104715.
2020-11-23Merge pull request #104520 from Izorkin/wsddFlorian Klink2-0/+125
wsdd: init at 0.6.2
2020-11-23nixos/samba-wsdd: init service samba-wsddIzorkin2-0/+125
2020-11-23pipewire: 0.3.15 -> 0.3.16Jan Solanti1-11/+8
This release replaces the libpulseaudio shim with a pipewire module that acts as a fake pulseaudio server along with a systemd service that loads that module on demand.
2020-11-23nixos/*: fix indentationzowoq11-50/+52
2020-11-22Merge pull request #104456 from endgame/refresh-instance-metadata-on-bootGraham Christensen2-29/+25
Refresh instance metadata on boot
2020-11-22Merge pull request #99116 from jslight90/gitlab-13.4.0Florian Klink1-4/+11
GitLab 13.0.14 -> 13.6.0
2020-11-22{ec2,openstack}-metadata-fetcher: unconditionally fetch metadataJack Kelly2-30/+18
The metadata fetcher scripts run each time an instance starts, and it is not safe to assume that responses from the instance metadata service (IMDS) will be as they were on first boot. Example: an EC2 instance can have its user data changed while the instance is stopped. When the instance is restarted, we want to see the new user data applied.
2020-11-22{ec2,openstack}-metadata-fetcher: introduce wget_imds functionJack Kelly2-8/+16
2020-11-22openstack-metadata-fetcher: stop lying in log messageJack Kelly1-1/+1
2020-11-21nixos/openldap: Fix sssd-ldap testKai Wohlfahrt1-26/+23
Use this as a test of the migration warnings/functionality.
2020-11-21nixos/openldap: use mkRenamedOptionModuleKai Wohlfahrt1-182/+69
This offers less helpful warnings, but makes the implementation considerably more straightforward.
2020-11-21nixos/openldap: fix path + base64 value typesKai Wohlfahrt1-25/+8
2020-11-21nixos/openldap: Fix indentationKai Wohlfahrt1-15/+15
2020-11-21nixos/openldap: Remove extraConfig optionsKai Wohlfahrt1-119/+33
Instead of deprecating, as per PR feedback
2020-11-21nixos/openldap: Mention schemas in migration hintKai Wohlfahrt1-2/+4
2020-11-21nixos/openldap: Add release-notes for OLC configKai Wohlfahrt1-7/+1
2020-11-21nixos/openldap: Add support for base64 valuesKai Wohlfahrt1-12/+32
2020-11-21nixos/openldap: Pick some PR nitsKai Wohlfahrt1-16/+16
2020-11-21nixos/openldap: Allow declarativeContents for multiple databasesKai Wohlfahrt1-18/+34
2020-11-21nixos/openldap: Add delcarativeConfig by suffixKai Wohlfahrt1-2/+2
Adding by index could be an issue if the user wanted the data to be added to a DB other than the first.
2020-11-21nixos/openldap: switch to slapd.d configurationKai Wohlfahrt2-81/+292
The old slapd.conf is deprecated. Replace with slapd.d, and use this opportunity to write some structured settings. Incidentally, this fixes the fact that openldap is reported up before any checks have completed, by using forking mode.
2020-11-21Merge pull request #104052 from TredwellGit/nixos/mallocJoachim F1-1/+1
nixos/malloc: fix Scudo
2020-11-21Merge master into staging-nextFrederik Rietdijk2-14/+12