about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
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 Christensen54-77/+78
utillinux: rename to util-linux
2020-11-24utillinux: rename to util-linuxGraham Christensen54-77/+78
2020-11-24Merge pull request #81661 from adisbladis/ssh-pam-sudo-keysadisbladis3-2/+9
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.authorizedKeysFilesadisbladis3-2/+9
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 Klink5-0/+175
wsdd: init at 0.6.2
2020-11-23nixos/tests/samba-wsdd: add check WSD DiscoveryIzorkin2-0/+45
2020-11-23nixos/samba-wsdd: init service samba-wsddIzorkin3-0/+130
2020-11-23nixos/*: fix indentationzowoq14-55/+57
2020-11-23nixos/tests/fctix: remove trailing whitespacezowoq1-14/+14
2020-11-22Merge pull request #104456 from endgame/refresh-instance-metadata-on-bootGraham Christensen3-29/+41
Refresh instance metadata on boot
2020-11-22Merge pull request #99116 from jslight90/gitlab-13.4.0Florian Klink2-7/+14
GitLab 13.0.14 -> 13.6.0
2020-11-22rl-21.03: describe EC2 instance user/meta data reloadingJack Kelly1-0/+16
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-21Merge pull request #94610 from kwohlfahrt/openldapJörg Thalheim5-270/+430
2020-11-21Merge pull request #78168 from active-group/subversion-apache-config-docsAaron Andersen2-0/+141
nixos/doc: Rudimentary documentation for Subversion-inside-Apache HTTP.
2020-11-21nixos/openldap: migrate sssd-ldap to new settingsKai Wohlfahrt2-12/+26
2020-11-21nixos/openldap: Fix sssd-ldap testKai Wohlfahrt3-52/+50
Use this as a test of the migration warnings/functionality.
2020-11-21nixos/openldap: use mkRenamedOptionModuleKai Wohlfahrt2-191/+75
This offers less helpful warnings, but makes the implementation considerably more straightforward.
2020-11-21nixos/openldap: fix path + base64 value typesKai Wohlfahrt2-27/+17
2020-11-21nixos/openldap: Fix indentationKai Wohlfahrt1-15/+15
2020-11-21nixos/openldap: Remove extraConfig optionsKai Wohlfahrt3-141/+51
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 Wohlfahrt2-7/+9
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 Wohlfahrt2-23/+39
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 Wohlfahrt3-106/+430
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-21nixos test-driver: fix single line docstrings, fixes #104467Frederik Rietdijk1-4/+2
Single line docstrings should have the """ on a single line according to PEP 8. It seems support for this landed in the latest version of Black.
2020-11-21Merge master into staging-nextFrederik Rietdijk4-17/+22
2020-11-21nixos/tests/gitlab: add 32 byte secretsMilan Pässler1-3/+3
2020-11-21nixos/gitlab: start gitaly after gitlabMilan Pässler1-2/+3
2020-11-20Merge pull request #102235 from symphorien/paperwork2Guillaume Girol1-0/+7
Paperwork 2.0
2020-11-20nixos/gitlab: add changes for gitlab 13.4.xJeff Slight1-2/+8
2020-11-20Merge pull request #98544 from Mic92/unfuck-update-user-groupGraham Christensen1-10/+8
nixos/update-user-groups: Fix encoding issues + atomic writes
2020-11-20Merge pull request #104374 from adisbladis/dockertools-cross-aarch64adisbladis1-3/+3
dockerTools: Always cross compile for another arch in the cross example
2020-11-20nix: 2.3.8 -> 2.3.9Eelco Dolstra1-4/+4