liberodark
5fffaee9e9
oxidized: switch to tmpfiles
2025-05-07 16:03:33 +02:00
jopejoe1
779537227f
nixos/tests/installer: don't default to aliase ( #403373 )
2025-05-02 10:11:18 +02:00
Wael Nasreddine
c2dcf9be27
nixos/ncps: delete failing secretKeyPath assertion and wait for network-online.target ( #396901 )
2025-05-01 14:33:24 -07:00
Peder Bergebakken Sundt
bf7cded54e
nixos/mautrix-*: add package option ( #400113 )
2025-05-01 21:57:18 +02:00
Gabe Venberg
dad528800a
nixos/restic-rest-server: fixed typos.
2025-05-01 21:25:38 +02:00
jopejoe1
47f02df73f
nixos/tests/installer: don't default to aliase
2025-05-01 19:49:38 +02:00
Masum Reza
800908cd55
nixosTests.scx: init ( #401972 )
...
For now, test only the useful schedulers, there's no need to test all of them.
Co-authored-by: Gliczy <129636582+Gliczy@users.noreply.github.com>
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-01 12:14:55 +05:30
Martin Weinelt
c840946142
nixos/geoclue2: set default location service to beaconDB ( #391845 )
2025-04-30 22:15:11 +02:00
Edward Hesketh
414b7c5a01
nixos/ncps: wait for network-online, remove failing assertion
...
- Start after network-online as ncps requires all upstreams to be online
and reachable when starting
- Remove a bad assertion causing failures at eval time when using
secrets management systems
2025-04-30 19:57:31 +01:00
John Ericson
220c309309
nixVersions.nix_2_28: 2.28.2 -> 2.28.3 ( #402977 )
2025-04-30 11:41:57 -04:00
Sandro
55e8dc37a3
nixos/luksroot: remove useless $new_k_luks ( #115832 )
2025-04-30 16:51:33 +02:00
Doron Behar
708480f836
nixos/i18n: add extraLocales option ( #356477 )
2025-04-30 12:06:27 +03:00
Jörg Thalheim
7fd4e73000
nix: update nix-fallback-paths to 2.28.3
2025-04-30 08:35:16 +02:00
xanderio
7b67071359
nixos/snipe-it: clear and rebuild caches on startup ( #402827 )
2025-04-29 21:36:25 +02:00
Cryolitia PukNgae
ef059726f1
nixos/xone: enable xpad-noone by default
...
Co-authored-by: misuzu <neironyan@gmail.com>
2025-04-29 22:38:48 +08:00
Alexander Sieg
5205c8b5ca
nixos/snipe-it: clear and rebuild caches on startup
2025-04-29 15:45:04 +02:00
Marcus Ramberg
178f67938b
ebpf-exporter: init at 2.4.2 and add module ( #301253 )
2025-04-29 15:05:18 +02:00
Sandro
97cd8f2b4c
postsrsd: 1.12 -> 2.0.10 + corresponding service changes ( #397316 )
2025-04-29 14:41:04 +02:00
Martin Weinelt
7cd06772e3
nixos/livekit: init, nixos/lk-jwt-service: init ( #399627 )
2025-04-29 12:44:07 +02:00
Johannes Kirschbauer
c55b5f9b72
nixos/networking: fix fqdnOrHostName when FQDN explictly set ( #400864 )
2025-04-29 10:34:05 +02:00
Henry-Hiles
ba9ab12dc2
nixos/lk-jwt-service: add test
2025-04-29 01:03:33 -04:00
Henry-Hiles
c8f4df349c
livekit: add test
2025-04-29 01:02:53 -04:00
illustris
5803bdb9fc
Revert "Use mkImageMediaOverride for filesystem attributes of various images"
2025-04-29 08:41:26 +05:30
Vladimír Čunát
85f896ec76
nixos/kresd: add kresd-cli wrapper script ( #388290 )
2025-04-28 17:58:22 +02:00
Jeremy Fleischman
d1e920fc37
services/postsrsd: updates for postsrsd 2
...
postsrsd 2 expects a config file, and has some breaking changes that
make it incompatible with some of our old options.
2025-04-28 17:37:16 +02:00
musjj
07dde5f4c4
nixos/i18n: refactor aggregated locales into a variable
2025-04-28 22:04:41 +07:00
musjj
0f13f78d02
nixos/i18n: warn when the user has a badly-configured supportedLocales
2025-04-28 22:04:41 +07:00
musjj
401ec59a17
nixos/i18n: hide supportedLocales from the manual
2025-04-28 22:04:41 +07:00
Wolfgang Walther
d96cef60d9
opensmtpd-extras: drop in favor of standalone filters ( #376913 )
2025-04-28 11:46:47 +00:00
nikstur
bf2bc08b37
repart: Enable discard option ( #397906 )
2025-04-28 13:34:32 +02:00
Patrick Steinhardt
feddb6a2bc
opensmtpd-extras: drop in favor of standalone tables
...
Upstream has archived the OpenSMTPD-extras repository with 82c49af (add
deprecation notice, 2024-10-22). Instead, it has created a set of
repositories, each containing one of the tables. The old tables aren't
compatible anymore with recent OpenSMTPD versions due to changed
protocols. Other extras, like the queues, don't have an alternative to
the best of my knowledge.
Furthermore, opensmtpd-extras doesn't even build anymore, furthermore
indicating that there aren't any users of this package. Remove the
"opensmtpd-extras" package and raise errors pointing to the new
standalone tables.
Add a release note.
2025-04-28 13:26:53 +02:00
Patrick Steinhardt
132c73dd29
nixos/opensmtpd: adapt to changed filter location
...
The location of filters for OpenSMTPD has been changed to
"libexec/smtpd". Adapt the service accordingly.
2025-04-28 13:26:53 +02:00
r-vdp
58013c9fb2
nixos/mycelium: pull in network-online.target
...
The test was failing because it waits for network-online.target which
was not part of the transaction.
2025-04-28 10:42:15 +02:00
musjj
073e4bd689
nixos/i18n: add extraLocales option
2025-04-28 02:48:08 +07:00
Wolfgang Walther
cf794a4cb2
tt-rss : Cleanup, better tests, mark plugins as broken ( #367736 )
2025-04-27 19:10:29 +00:00
xanderio
a9fb8169f5
nixos/tzupdate: Fix reference to non-existing attribute ( #402226 )
2025-04-27 15:24:01 +02:00
Paul Haerle
86a1af8a7b
nixos/systemd: clarify what enableStrictShellChecks checks ( #401460 )
2025-04-27 14:15:15 +02:00
Vladimír Čunát
22f5df0632
stub-ld: disable 32-bit stub ld on 64-bit systems ( #398449 )
2025-04-27 13:37:43 +02:00
Victor Engmark
9b3ee87994
nixos/tzupdate: Remove reference to non-existing attribute
...
Fixes #402016 .
2025-04-27 10:48:37 +02:00
Victor Engmark
fdf05e4991
nixos/tzupdate: Add basic test
2025-04-27 10:48:37 +02:00
Wolfgang Walther
85b066ea53
waybar: make the systemd target that pulls in waybar configurable ( #399673 )
2025-04-27 08:45:49 +00:00
Vladimír Čunát
1a41b5c78e
nixos/lib/testing: avoid generating darwin VM tests ( #393977 )
2025-04-27 09:29:26 +02:00
Ramses
bad2e4ee3e
send: 3.4.23 -> 3.4.25 ( #402098 )
2025-04-27 01:26:57 +02:00
Arne Keller
c632b25205
nixos/flashprog: Enable depending NixOS modules ( #389346 )
2025-04-26 23:10:07 +02:00
Robbert Gurdeep Singh
06a3db7552
nixos/wyoming-piper: allow w+x for onnxruntime ( #402111 )
...
Before this change, running piper would fail with
> cannot enable executable stack as shared object requires
because the stack is marked rwx on newer libonnxruntime versions.
2025-04-26 22:36:21 +02:00
Yt
ae0f2bc1a3
services(cloudflare-dyndns): use new CLOUDFLARE_API_TOKEN_FILE setting ( #401634 )
2025-04-26 15:20:44 -04:00
Karun Sandhu
5cf6778925
send: add MrSom3body as maintainer
2025-04-26 21:00:53 +02:00
Marcus Ramberg
dab7ae6c07
nixos/k3s: add default hash for autoDeployCharts ( #402005 )
2025-04-26 18:06:39 +02:00
Robert Hensing
0c4525d285
nixosTests: pass thru pkgs when available ( #331873 )
2025-04-26 17:55:17 +02:00
cr0n
f46be21864
nixos/rsyncd: fix ini format for global section ( #385064 )
...
According to the manpage the rsyncd.conf has a global section without a
module header. Settings for listening port or bind address must be put
there and will not work if defined in a global submodule (i.e. below a
"[global]" header).
This commit changes the ini format generator for the rsyncd service to
allow a global section in the config file without a submodule header.
Fixes #304293
Credits to @nydragon
* remove retrocompat, add incompat release notes
2025-04-26 17:46:51 +02:00