summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge master into staging-nextFrederik Rietdijk2020-11-29
|\
| * Merge pull request #99173 from johanot/fix-initrd-ssh-commands-testSarah Brofeldt2020-11-29
| |\ | | | | | | nixos/initrd-ssh: set more defensive pemissions on sshd test key
| | * nixos/initrd-ssh: set more defensive pemissions on sshd test keyJohan Thomsen2020-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-29
| |\ \ | | | | | | | | gogs: 0.11.91 -> 0.12.3
| | * | gogs: 0.11.91 -> 0.12.3Sebastien Braun2020-11-28
| | | |
| * | | Merge pull request #62104 from Vizaxo/masterRyan Mulligan2020-11-28
| |\ \ \ | | | | | | | | | | nixos/exwm: allow custom Emacs load script
| | * | | nixos/exwm: allow custom Emacs load scriptVizaxo2019-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | Merge pull request #104268 from mvnetbiz/ha-allowpathsMartin Weinelt2020-11-29
| |\ \ \ \ | | | | | | | | | | | | home-assistant: add allowlist_external_dirs to systemd unit ReadWritePaths
| | * | | | home-assistant: add allowlist_external_dirs to systemd unit ReadWritePathsMatt Votava2020-11-19
| | | | | |
| * | | | | nixos/disnix: reorder startup to take MongoDB and InfluxDB into account, add ↵Sander van der Burg2020-11-28
| | | | | | | | | | | | | | | | | | | | | | | | option to add Disnix profile to the system PATH
| * | | | | nixos/dysnomia: add InfluxDB configuration options, add option to use legacy ↵Sander van der Burg2020-11-28
| | | | | | | | | | | | | | | | | | | | | | | | modules, eliminate import from derivation hack
| * | | | | Merge pull request #86225 from sorki/proxychainsSilvan Mosberger2020-11-28
| |\ \ \ \ \ | | | | | | | | | | | | | | nixos/proxychains: init
| | * | | | | nixos/proxychains: initRichard Marko2020-09-09
| | | | | | |
| * | | | | | jq: Add testTim Steinbach2020-11-28
| | | | | | |
| * | | | | | bat: Add testTim Steinbach2020-11-28
| | | | | | |
| * | | | | | lsd: Add testTim Steinbach2020-11-28
| | | | | | |
| * | | | | | minecraft-server: Add testTim Steinbach2020-11-28
| | | | | | |
| * | | | | | minecraft: Add testTim Steinbach2020-11-28
| | |_|_|/ / | |/| | | |
* | | | | | Merge master into staging-nextFrederik Rietdijk2020-11-28
|\| | | | |
| * | | | | Merge pull request #85133 from snicket2100/mosquitto-service-sandboxingSandro2020-11-27
| |\ \ \ \ \ | | | | | | | | | | | | | | mosquitto: systemd service sandboxing
| | * | | | | mosquitto: systemd service sandboxingsnicket21002020-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | running the service in a sandbox. read-only root file system, with tmpfs mounted in /tmp, hidden /root and /home, temporary /dev. the only writeable path is the data directory, which according to my experiments is enough for the service to work correctly.
* | | | | | | Merge master into staging-nextFrederik Rietdijk2020-11-27
|\| | | | | |
| * | | | | | Merge pull request #104553 from jansol/pipewireJan Tojnar2020-11-26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | pipewire: 0.3.15 -> 0.3.16
| | * | | | | | pipewire: 0.3.15 -> 0.3.16Jan Solanti2020-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | nixos/tests/networking: Alleviate race in scripted testSarah Brofeldt2020-11-25
| | | | | | | |
| * | | | | | | awscli: Add testTim Steinbach2020-11-25
| | | | | | | |
| * | | | | | | nixos/zram: add zramSwap.memoryMax optionLuke Granger-Brown2020-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | nixos auto-upgrade: remove flag when flakeFrederik Rietdijk2020-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | Merge pull request #102938 from cruegge/dev-symlinksFlorian Klink2020-11-25
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/stage-1: create /dev/std{in,out,err} symlinks
| | * | | | | | | Create /dev/std{in,out,err} symlinks in stage-1Christoph Ruegge2020-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This used to be done by udev, but that was removed in systemd/systemd@6b2229c. The links are created by systemd at the end of stage-2, but activation scripts might need them earlier.
| * | | | | | | | nixos/factorio: Don't open firewall ports by defaultStijn DW2020-11-24
| | | | | | | | |
| * | | | | | | | nixos/factorio: add openFirewall optionStijn DW2020-11-24
| | | | | | | | |
| * | | | | | | | Merge pull request #104776 from grahamc/utillinuxGraham Christensen2020-11-24
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | utillinux: rename to util-linux
| | * | | | | | | | utillinux: rename to util-linuxGraham Christensen2020-11-24
| | | | | | | | | |
| * | | | | | | | | Merge pull request #81661 from adisbladis/ssh-pam-sudo-keysadisbladis2020-11-24
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | pam_ssh_agent_auth: Honour services.openssh.authorizedKeysFiles
| | * | | | | | | | pam_ssh_agent_auth: Honour services.openssh.authorizedKeysFilesadisbladis2020-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a system administrator has explicitly configured key locations this should be taken into account by `sudo`.
| * | | | | | | | | mullvad-vpn: add iproute2Artturin2020-11-24
| | | | | | | | | |
| * | | | | | | | | Merge pull request #104734 from ju1m/fix-udevRyan Mulligan2020-11-24
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/network-interfaces: fix typo in udev rule syntax
| | * | | | | | | | | nixos/network-interfaces: fix typo in udev rule syntaxJulien Moutinho2020-11-24
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #104721 from vkleen/postfix-smtp-fixPeter Simons2020-11-24
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | nixos.postfix: make postfix.enableSmtp work again
| | * | | | | | | | | nixos/postfix: make postfix.enableSmtp work againViktor Kleen2020-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes issue #104715.
* | | | | | | | | | | Merge branch 'staging-next' into stagingJan Tojnar2020-11-24
|\| | | | | | | | | |
| * | | | | | | | | | Merge pull request #104520 from Izorkin/wsddFlorian Klink2020-11-23
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | wsdd: init at 0.6.2
| | * | | | | | | | | | nixos/tests/samba-wsdd: add check WSD DiscoveryIzorkin2020-11-23
| | | | | | | | | | | |
| | * | | | | | | | | | nixos/samba-wsdd: init service samba-wsddIzorkin2020-11-23
| | | |_|_|/ / / / / / | | |/| | | | | | | |
* | | | | | | | | | | Merge staging-next into stagingFrederik Rietdijk2020-11-23
|\| | | | | | | | | |
| * | | | | | | | | | nixos/*: fix indentationzowoq2020-11-23
| | | | | | | | | | |
| * | | | | | | | | | nixos/tests/fctix: remove trailing whitespacezowoq2020-11-23
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #104456 from endgame/refresh-instance-metadata-on-bootGraham Christensen2020-11-22
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Refresh instance metadata on boot
| | * | | | | | | | | | rl-21.03: describe EC2 instance user/meta data reloadingJack Kelly2020-11-22
| | | | | | | | | | | |