about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2023-01-03Merge pull request #184206 from e1mo/e1mo/parsedmarc-new-configKim Lindberger4-22/+33
nixos/parsedmarc: follow upstream configuration
2023-01-02Merge pull request #208723 from gador/paperless-ngx-add-popplerLuke Granger-Brown2-10/+15
paperless-ngx: fix build
2023-01-02Merge pull request #208784 from SuperSandro2000/nix-ldJörg Thalheim1-15/+14
nixos/nix-ld: fix example texts
2023-01-02nixos/nix-ld: fix example textsSandro Jäckel1-15/+14
2023-01-02darwin.builder: prefer shutting down over halting VM (#208450)Winter1-9/+21
This is preferable because it prevents things like disk corruption (requiring the user to delete the disk image when starting up) that I consistently ran into.
2023-01-02nixos/paperless-ngx: reorder "after" keywordFlorian Brandes1-11/+11
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-01-02nixos/paperless-ngx: fix startup orderFlorian Brandes2-0/+5
The nixOS test failed sporadically with a timeout. This is due to a race condition in the startup of the scheduler vs the task-queue. The scheduler runs the migration scripts in "pre-start" and celery isn't available, yet. The celery worker (paperless-task-queue) was already started by systemd but was unable to connect (as the migration scripts from "pre-start" still ran). This fix adds the necessary "after" condition in the systemd worker unit and adds a test to "paperless" Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-01-02nixos/gitea: adapt configs for 1.18Maximilian Bosch1-2/+5
Co-authored-by: Izorkin <izorkin@elven.pw>
2023-01-01nixos/tests/installer/bcachefs: use ocr to type in passwordJörg Thalheim1-3/+8
2023-01-01nixos/tests/installer: disable zfs for bcachefs testsJörg Thalheim1-2/+14
we are potentially testing very new kernels here, which are not supported by zfs yet.
2023-01-01nixos/bcachefs: fix boot with systemd enabled initrdJörg Thalheim1-2/+13
2023-01-01Merge pull request #205933 from ncfavier/nix-auto-allocate-uidsNaïm Favier1-1/+4
2023-01-01Merge pull request #208176 from ncfavier/markdown-no-trailingNaïm Favier3-15/+27
2023-01-01Merge pull request #195945 from ncfavier/wg-quick-nftablesNaïm Favier6-43/+52
2023-01-01Merge pull request #208168 from hercules-ci/lib-types-string-coercionsRobert Hensing2-2/+2
`types.path`: Do not allow lists of strings
2023-01-01Merge pull request #199425 from Mikilio/masterNaïm Favier1-1/+1
2023-01-01nixos/cloudflared: systemd dependency fix0x4A6F1-2/+3
- also wait for network-online.target: fixes startup error on reboot without functioning networking - restart on-failure (upstream service definition)
2022-12-31Merge pull request #207382 from wegank/mongodbSandro1-4/+0
2022-12-31Merge pull request #205636 from LoveIsGrief/webhook-moduleRyan Lahfa6-0/+290
nixos/webhook: add support for a webhook service option
2022-12-31nixos/parsedmarc: follow upstream configurationMoritz 'e1mo' Fromm4-22/+33
> Starting in version 8.0.0, most options from the `imap` section have been moved to the `mailbox` section. https://github.com/domainaware/parsedmarc/commit/6b2131f0e80e1ab8908540e3d2547b9503b784e5
2022-12-31lib.strings: isMoreCoercibleString -> isConvertibleWithToStringRobert Hensing1-1/+1
Yes, this function name is inconveniently long, but it is important for the name to explicitly reference the function and not be mistaken for the implicit string conversions, which only happen for a smaller set of values.
2022-12-31nixos/self-deploy: Cleanup after types.path is not allowed to be a list anymoreRobert Hensing1-1/+1
2022-12-31treewide: isCoercibleToString -> isMoreCoercibleToStringRobert Hensing2-2/+2
No change in behavior.
2022-12-30Merge pull request #208354 from bjornfor/nixos-test-driver-quote-shell-argsJacek Galowicz1-3/+3
nixos/test-driver: quote some shell command lines
2022-12-30Merge pull request #208033 from ncfavier/systemd-boot-skip-regressionNaïm Favier2-6/+15
2022-12-30Merge pull request #208343 from bjornfor/nixos-test-driver-use-ascii-quotesJacek Galowicz1-5/+5
nixos/test-driver: use ASCII single quotes everywhere
2022-12-30Merge pull request #206674 from jyooru/fix/nixos/cloudflared0x4A6F1-7/+5
nixos/cloudflared: fix invalid systemd unit, required options with defaults
2022-12-30garage: mark 0.7.3 as EOLRaito Bezarius1-1/+0
2022-12-30nixos/garage: provide multiple versions to provide an upgrade path when ↵Raito Bezarius8-58/+323
using NixOS service - Add mention to release notes 23.05 - Introduce Garage v0.8 - Protect against unexpected upgrade with stateVersion - Test matrix over 0.7 × 0.8
2022-12-30Merge pull request #204669 from n8henrie/configurable-grub-efi-timeoutRyan Lahfa1-1/+9
nixos/installer/cd-dvd/iso-image: honor EFI boot timeout
2022-12-30Merge pull request #207453 from p-h/ulogdRyan Lahfa6-0/+144
ulogd: init at 2.0.8
2022-12-30nixos/test-driver: quote some shell command linesBjørn Forsman1-3/+3
This makes them robust against paths with whitespace.
2022-12-30Merge pull request #208060 from chpatrick/fix-gnome-flashback-systemdBobby Rong2-0/+52
gnome.gnome-flashback: fix crash on start due to not finding .desktops
2022-12-30nixos/test-driver: use ASCII single quotes everywhereBjørn Forsman1-5/+5
A few places used Unicode U+2018/U+2019 left/right single quotes (but not always correctly balanced). Let's just use plain ASCII single quotes everywhere.
2022-12-30nixos/cloudfared: fix options that are required having defaultsJoel1-6/+4
> ERR Couldn't start tunnel error="The last ingress rule must match all URLs (i.e. it should not have a hostname or path filter)"
2022-12-30nixos/cloudflared: fix invalid systemd unit descriptionJoel1-1/+1
2022-12-30Merge pull request #208278 from bjornfor/nixos-test-driver-use-f-stringJacek Galowicz4-78/+57
nixos/test-driver: use f-strings instead of .format()
2022-12-30nixos/openconnect: fix null cases for user and passwordFile optionsalyaeanyx1-1/+2
2022-12-29nixos/test-driver: use f-strings instead of .format()Bjørn Forsman4-78/+57
For readability. Suggested-by: @tfc
2022-12-29Merge pull request #208225 from bjornfor/nixos-test-driver-improvementJacek Galowicz3-12/+16
nixos/test-driver: add optional address arg to wait_for_{open,closed}_port
2022-12-29Merge pull request #188002 from Izorkin/update-nginx-brotliNaïm Favier4-4/+72
2022-12-29Merge pull request #207875 from SuperSandro2000/nixos-kuma-fix-linkfigsoda1-1/+1
nixos/uptime-kuma: fix link
2022-12-29nixos/nginx: add release notes for `recommendedBrotliSettings`Izorkin2-0/+10
2022-12-29nixos/nginx: add recommended brotli settingsIzorkin2-4/+62
2022-12-29Merge pull request #207913 from SuperSandro2000/grafana-localhostSandro3-2/+18
Closes https://github.com/NixOS/nixpkgs/issues/207769
2022-12-29Update nixos/modules/services/monitoring/uptime-kuma.nixSandro1-1/+1
Co-authored-by: figsoda <figsoda@pm.me>
2022-12-29nixos/systemd-boot: skip EFI update to 252Naïm Favier2-6/+15
That version has a regression that leaves some machines unbootable. While we wait for the fix (252.2) to land in master, this is a workaround that should save people some pain.
2022-12-29Merge pull request #208220 from K900/more-supergfx-fixupsK9001-1/+4
nixos/supergfxd: make config file read/write
2022-12-29nixos/test-driver: add optional address arg to wait_for_{open,closed}_portBjørn Forsman3-12/+16
This is useful for testing servers configured to listen on specific addresses.
2022-12-29Merge pull request #207774 from NetaliDev/pdns-secretfileMaximilian Bosch1-1/+21
nixos/powerdns: add secretFile option