summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2023-05-29nixos/pufferpanel: buildFHSUserEnv -> buildFHSEnvIvan Trubach1-2/+2
The pufferpanel module (#225274) was merged shortly after the tree-wide rename f63a12f296b806a1b838d6fd8eef99fa65929649 (#225748), so the use of deperecated buildFHSUserEnv in the docs slipped through review 😅 (cherry picked from commit 0143b169358e0729e8f3503dc2d64605c812e00c)
2023-05-28nixos/shadowsocks: wait for nginx to prevent race conditionHenri Menke1-0/+1
(cherry picked from commit 7d621d6be533025270fcb59fd65445a789233648)
2023-05-28nixosTests.public-inbox: extend sleepAlyssa Ross1-1/+1
5 seconds isn't reliably enough here on my system. (cherry picked from commit ad31856bd90ca84443b706d4ed37763b254b4c77)
2023-05-28nixos/qemu-vm: fix 32-bits assert for memorySizeRaito Bezarius1-1/+1
It should be an implication, rather than &&. (cherry picked from commit 09d102278285e4a8917cb94de4d578243b57f2d3)
2023-05-28nixos/qemu-vm: add `virtualisation.memorySize < 2048` assertion on 32bitemilylange1-1/+7
(cherry picked from commit 5dbd4f32433b4f8511c702ee8bb66e8b4fff7b87)
2023-05-27nixos/test-driver: undeprecate create_machineAlyssa Ross1-5/+0
This warning was added a year and a half ago, but still no test in NixOS directly instantiates the machine class, presumably because it's not actually possible for a test to do so without losing functionality. For example, there's no way for a NixOS test to access the output directory that create_machine passes to the Machine constructor. This warning is therefore just contributing to alert fatigue for users, who are unable to follow its advice. Once it's actually possible to do what it suggests, the warning can be reintroduced. (cherry picked from commit 845576aac4c067b816886d5ef55aaec82ea37c17)
2023-05-27nixos/test-driver: add missing spaces to warningAlyssa Ross1-2/+2
(cherry picked from commit d5b992a56aac417db6936af4fa3684032c5ea3cb)
2023-05-25nixos/proxmox-image: fix qemu build failureillustris1-5/+6
(cherry picked from commit 6a20c1325880ff0f4d894fa4d008d901ceac4529)
2023-05-25Merge pull request #233880 from NixOS/backport-231467-to-release-23.05Weijia Wang1-1/+4
[Backport release-23.05] modules/sshd: check for duplicate config keys
2023-05-25Merge pull request #233827 from NixOS/backport-232837-to-release-23.05Weijia Wang1-16/+1
[Backport release-23.05] nixos/synapse: allow omitting `trusted_key_servers[].verify_keys`
2023-05-25mirakurun: use node 18midchildan1-1/+5
Relates to #229910. (cherry picked from commit c3346f87c46d8abb7a2037714c8d4f848a140c58)
2023-05-24nixos/sshd: detect duplicate config keysnyanotech1-1/+4
(cherry picked from commit 49bb115b37f682474b1bc1c0f0bf7d62ec0dc2df)
2023-05-24nixos/synapse: allow omitting `trusted_key_servers[].verify_keys`IndeedNotJames1-16/+1
Synapse does not require the `verify_keys` attr/object to be set. It made sense back in the day, when federation traffic used to use self-signed certificates. But this is no longer the case. The previous `types.nullOr` didn't actually allow omitting `verify_keys` because Synapse's config parser is unable to parse that. Not a breaking change. Upstream docs: https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html?highlight=verify_keys#trusted_key_servers (cherry picked from commit d212ec13b8907f631606f0130f6cd73e10b95285)
2023-05-23nixos/iso-image: enable BIOS boot by default if possibleIvan Trubach2-13/+22
The change introduced in commit e5b072eca165430efc4d7a179011a42aab4470a2 breaks backwards compatibility for some users, see https://github.com/NixOS/nixpkgs/commit/e5b072eca165430efc4d7a179011a42aab4470a2#commitcomment-113775008 https://github.com/NixOS/nixpkgs/pull/219351#discussion_r1139773448 This change updates the implementation to enable BIOS boot if possible for the build and host platforms, and also assert that BIOS boot is not enabled for non-x86 host platforms. (cherry picked from commit c68a5bb85a79034d2f62bfdb36e9149f0a60f690)
2023-05-23nixos/hercules-ci-agent: sync module with upstreamIlan Joselevich3-176/+188
(cherry picked from commit ebafd551d74a6bf3d315876c401635395c5d84e9)
2023-05-2223.05 beta release 23.05-betaRyan Lahfa2-2/+3
2023-05-22Merge pull request #214428 from mweinelt/frigate-init0x4A6F5-0/+432
frigate: init at 0.12.0
2023-05-22Merge pull request #231502 from SuperSandro2000/portunus-openldapRyan Lahfa3-2/+22
nixos/portunus: use openldap compiled with libxcrypt-legacy
2023-05-22Merge pull request #233377 from ncfavier/revert-226088Naïm Favier2-270/+265
Revert "nixos/syncthing: use rfc42 style settings"
2023-05-22nixos/tests/frigate: initMartin Weinelt2-0/+61
Starts a frigate instance with a dummy video stream provided by ffmpeg. Co-Authored-By: fleaz <mail@felixbreidenstein.de>
2023-05-22nixos/frigate: initMartin Weinelt3-0/+371
2023-05-22Merge pull request #216786 from mweinelt/go2rtcMartin Weinelt3-0/+114
go2rtc: init at 1.5.0
2023-05-22Merge pull request #232533 from nikstur/systemd-repart-create-rootWill Fancher2-34/+118
nixos/systemd-repart: enable creating root partition
2023-05-22Merge pull request #223610 from ners/masterRyan Lahfa1-7/+30
nixos/iso-image: prepend to ISO menu labels
2023-05-22nixos/iso-image: add some typesners1-1/+12
2023-05-22Merge pull request #233007 from LeSuisse/varnish73-initajs1241-0/+1
varnish73: init at 7.3.0
2023-05-22nixos/iso-image: prepend to ISO menu labelsners1-6/+18
2023-05-22Revert "nixos/syncthing: use rfc42 style settings"Naïm Favier2-270/+265
This reverts commit 32866f8d58979e8dbdf92bfaa72d2883eee861f7. This reverts commit 40a2df0fb0e2c194ded70b7d95a064b1bbf676e7. This reverts commit 4762932601160798aaf20c39ecfc2c202aa6a9e7.
2023-05-22Merge pull request #227642 from Flakebi/powerdns-admin2Ryan Lahfa2-1/+26
powerdns-admin: 0.3.0 -> 0.4.1
2023-05-21Merge pull request #232828 from Luflosi/update/apfsprogsNick Cao1-0/+13
apfsprogs: unstable-2023-03-21 -> unstable-2023-05-16
2023-05-22nixos/go2rtc: initMartin Weinelt3-0/+114
2023-05-22powerdns-admin: 0.3.0 -> 0.4.1Flakebi2-1/+26
- Fix with flask-migrate 4+ - Update to 0.4.1 - Improve the test to check that using the database works
2023-05-21nixos/tests: init portunusSandro Jäckel2-0/+19
2023-05-21Merge pull request #233245 from teutat3s/zhf/fix-prometheus-exporter-domainMartin Weinelt1-3/+1
nixosTests.prometheus-exporters.domain fix test
2023-05-21Merge pull request #231062 from bobvanderlinden/espanso-update-2.1.8Ryan Lahfa1-0/+2
espanso: 0.7.3 -> 2.1.8
2023-05-21Merge pull request #232607 from plumelo/feat/redmine-5Aaron Andersen1-1/+1
redmine: 4.2.10 -> 5.0.5
2023-05-21Merge pull request #233151 from Misterio77/headscale-better-testfigsoda1-15/+80
nixos/tests/headscale: test improvements
2023-05-21espanso: 0.7.3 -> 2.1.8Bob van der Linden1-0/+2
2023-05-21nixos/portunus: use openldap compiled with libxcrypt-legacySandro Jäckel1-2/+3
It hardcodes sha256 crypt and the managed slapd crash loops otherwise.
2023-05-21Merge pull request #232534 from teutat3s/zhf/fix-prometheus-exporter-jitsiSandro3-8/+15
jitsi-videobridge: refactor broken `apis` option to `colibriRestApi`
2023-05-21Merge pull request #233247 from teutat3s/zhf/fix-prometheus-exporter-statsdMartin Weinelt1-6/+8
nixosTests.prometheus-exporters.statsd fix test
2023-05-21Merge pull request #231260 from Luflosi/update/kuboSandro1-3/+3
kubo: 0.19.2 -> 0.20.0
2023-05-21nixosTests.prometheus-exporters.statsd fix testteutat3s1-6/+8
2023-05-21Merge pull request #233238 from emilylange/username-changepennae2-2/+2
maintainers: rename indeednotjames to emilylange
2023-05-21Merge pull request #186582 from midchildan/fix/epgstation-var-emptySandro1-0/+6
nixos/epgstation: fix startup issue
2023-05-21nixosTests.prometheus-exporters.domain fix testteutat3s1-3/+1
2023-05-21maintainers: rename indeednotjames to emilylangeemilylange2-2/+2
2023-05-21jitsi-videobridge: refactor broken apis option toteutat3s3-8/+15
colibriRestApi Refactor option to use jvb.conf and convert to boolean. Using the CLI argument broke a while ago and is deprecated by upstream since 2021: https://github.com/jitsi/jitsi-videobridge/pull/1738/files#diff-d9f589d2aae1673693461d7c3b9214324201ca1f43db63a3c773d4acfc52bc81 This fixes the currently broken test: nixosTests.prometheus-exporters.jitsi
2023-05-21nixos/tests/headscale: test improvementsGabriel Fontes1-15/+80
The test covers actual headscale+tailscale usage now.
2023-05-20gajim: 1.6.1 -> 1.7.3jarkad1-0/+2