summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2023-05-20gajim: 1.6.1 -> 1.7.3jarkad1-0/+2
2023-05-20Merge pull request #233037 from SuperSandro2000/libvirt-polkitIlan Joselevich1-8/+11
nixos/libvirtd: enable polkit
2023-05-20Merge pull request #232890 from nevivurn/feature/fix-fcitx5-testRyan Lahfa2-23/+46
nixosTests.fcitx5: unbreak, add rest of CJK
2023-05-20nixos/pam_mount: fix cryptmount options (#232873)Jenny1-1/+13
There was a bug in the pam_mount module that crypt mount options were not passed to the mount.crypt command. This is now fixed and additionally, a cryptMountOptions NixOS option is added to define mount options that should apply to all crypt mounts. Fixes #230920
2023-05-20nixos/libvirtd: enable polkitSandro Jäckel1-8/+11
it is enforced by an assert anyway
2023-05-20Merge pull request #232884 from teutat3s/zhf/prometheus-exporters-json-testRobert Scott1-3/+7
nixosTests.prometheus-exporters.json: fix test script
2023-05-20Merge pull request #226270 from Flakebi/albertJosé Romildo Malaquias1-0/+2
albert: 0.17.6 -> 0.20.13
2023-05-19nixos: fix typosfigsoda58-84/+84
2023-05-19maintainers/scripts: fix typosfigsoda1-1/+1
2023-05-19nixos/tests: fix typosfigsoda19-24/+24
2023-05-20Merge pull request #232903 from mweinelt/hass-dont-test-matterMartin Weinelt1-1/+0
nixos/tests/home-assistant: Don't test matter
2023-05-20Merge pull request #231744 from wineee/pinentryFlavorWeijia Wang1-1/+2
nixos/gnupg: default to qt pinentry program in deepin
2023-05-20nixos/tests/home-assistant: Don't test matterMartin Weinelt1-1/+0
It is affected by the OpenSSL 1.1 EOL and removing it makes hydra build this test again.
2023-05-19nixos: use passAsFile to avoid "Argument list too long" errorBjørn Forsman1-1/+2
This patch fixes "Argument list too long" build failure when passing a list of store paths to system.extraDependencies that exceeds Linux' MAX_ARG_STRLEN limit of 128 KiB. With the shortest possible derivation names (one byte), the 128 KiB limit is equivalent to about 2850 derivations. With longer derivations names, the limit is hit earlier. Fix this restriction.
2023-05-20nixosTests.fcitx5: unbreak, add rest of CJKYongun Seong2-23/+46
2023-05-19nixosTests.prometheus-exporters.json: fix test scriptteutat3s1-3/+7
Upstream changed the config format in https://github.com/prometheus-community/json_exporter/pull/146
2023-05-19Merge pull request #230316 from wrvsrx/fix-x-restart-triggersWill Fancher1-2/+2
nixos/lib: hash triggers after converting them to string in systemd-lib
2023-05-19nixosTests.mailman: initAlyssa Ross2-0/+68
2023-05-19nixos/mailman: set RemainAfterExit for settingsAlyssa Ross1-0/+1
This seems to be required to have the unit re-run if services.mailman.restApiPassFile gets set.
2023-05-19nixos/mailman: randomly generate REST API tokenAlyssa Ross2-10/+14
2023-05-19nixos/clickhouse: Notify systemd about successful startup (#232443)Yureka1-0/+7
https://github.com/ClickHouse/ClickHouse/pull/43400 https://github.com/ClickHouse/ClickHouse/pull/46613
2023-05-18Merge pull request #226116 from erdnaxe/nitter-update-moduleSandro1-6/+27
nixos/nitter: update module options
2023-05-18Merge pull request #232582 from Lassulus/syncthing-folder-fixNaïm Favier1-1/+3
nixos/syncthing: fix disabled folders
2023-05-18Merge pull request #230876 from purin-aurelia/nixos-openrgb-fixLily Foster1-2/+3
nixos/openrgb: fix data dir & amd i2c
2023-05-18Merge pull request #214373 from ncfavier/make-image-structured-attrsNaïm Favier3-20/+12
make-squashfs,make-iso9660-image: use `__structuredAttrs`
2023-05-18Merge pull request #229318 from ↵Will Fancher1-9/+20
ReneHollander/fix/nixos-zfs-systemd-unlock-times-out nixos/zfs: disable unlock timeout with systemd
2023-05-18systemd.units.<name>.wantedBy: fix documentation renderingEt7f31-1/+1
It need to be marked as inline code block
2023-05-18nixos/libinput: only enable when X11 is enabledK9001-1/+2
2023-05-18nixos/syncthing: fix disabled folderslassulus1-1/+3
2023-05-17Merge pull request #229030 from atorres1985-contrib/with-lib-is-badAnderson Torres62-237/+109
With lib is bad: removes `with lib;` occurrences - part I
2023-05-17release-notes: Mention services.syncthing changes due to RFC 42Doron Behar1-0/+2
Fixup to #226088 and #232439.
2023-05-17Merge pull request #231512 from n0emis/zammad-5.4.1Martin Weinelt2-2/+2
zammad: 5.1.1 -> 5.4.1
2023-05-17nixos/syncthing: fixup #226088Naïm Favier2-7/+14
2023-05-17zammad: link test in passthru.testsEmber Keske2-2/+2
2023-05-17Merge pull request #232243 from mklca/issue-232229Ryan Lahfa2-6/+9
nixos/config/swap: resolve swapfile issue !232229
2023-05-17nixos/grafana-agent: remove deprecated option (#232375)K9001-2/+0
Deprecated in version 0.21: https://github.com/grafana/agent/blob/323c1eb36d06e27c5befdee51f3c9ac06622cec7/docs/sources/static/upgrade-guide.md?plain=1#L417
2023-05-16Merge pull request #232019 from 4z3/master-wireguardLassulus1-10/+19
2023-05-16nixos/nitter: remove replaceInstagram optionAlexandre Iooss1-6/+5
2023-05-16nixos/nitter: add new upstream optionsAlexandre Iooss1-0/+22
2023-05-16nixos/config/swap: resolve swapfile issue !232229Mikaela Allan1-6/+5
2023-05-16nixos/config/swap: check failure in swap file testMikaela Allan1-0/+4
2023-05-16Merge pull request #231435 from drupol/openvscode-server/systemd-serviceSandro5-0/+237
2023-05-16Merge pull request #227338 from erictapen/mastodonSandro1-5/+6
2023-05-16Merge pull request #226088 from Xyz00777/masterDoron Behar2-264/+260
nixos/syncthing: applied rfc42 and added some additional options
2023-05-16nixos/wireguard: allow customizing peer unit nametv1-10/+19
2023-05-16Merge pull request #231097 from aanderse/lxc/nixos-rebuild-bootMaciej Krüger1-0/+5
2023-05-16Merge pull request #232017 from NickCao/mjolnirMartin Weinelt2-3/+4
mjolnir: 1.5.0 -> 1.6.4, build with mkYarnPackage
2023-05-15Merge pull request #231316 from hercules-ci/nixos-system.checksRobert Hensing5-7/+33
NixOS: add `system.checks`
2023-05-15nixosTests.openvscode-server: initPol Dellaiera2-0/+23
2023-05-15nixos/openvscode-server: initPol Dellaiera3-0/+214