Pol Dellaiera
c8a823d40b
nixos/litellm: init
2025-03-16 20:49:22 +01:00
Pol Dellaiera
79e95661a6
orthanc: init at 1.12.6, nixos/orthanc: init ( #385329 )
2025-03-16 20:47:37 +01:00
nikstur
16c4ead8d7
zeekstd: init at 0.2.2 ( #387636 )
2025-03-16 19:17:30 +01:00
Robert Rose
119b75c310
nixos/repart: add zstd-seekable compression algorithm
...
The seekable format splits compressed data into a series of independent
frames, each of which can be decompressed individually. This allows to
distribute images in smaller chunks and allows image downloads to be
paused and resumed later from the same point.
Seekable archives as a whole can be decompressed with any regular zstd
decompressor. However, partial decompression requires to know the
starting position of the desired frame, which can be extracted from a
skippable frame (aka seektable) that is appended to the compressed data.
2025-03-16 18:32:56 +01:00
Arne Keller
d7a2a10a40
graylog-5_1: remove ( #358780 )
2025-03-16 15:45:23 +01:00
Todd Brown
b5c9cecbcc
nixos/docker: add auto prune randomizedDelaySec and persistent options ( #301547 )
...
docker: add auto prune randomizedDelaySec and persistent options
Options mirror nix garbage collection
2025-03-16 10:56:31 +01:00
Pol Dellaiera
ad9f51048b
nixos/flarum: restart on package update ( #389453 )
2025-03-16 07:28:51 +01:00
Pol Dellaiera
933f835219
nixos/orthanc: init
2025-03-15 22:45:44 +01:00
Pol Dellaiera
b29c5b7119
treewide: add documentation for nixos systemd units ( #389283 )
2025-03-15 21:30:08 +01:00
Arian van Putten
041912f739
nixos/ec2-data fix host fingerprint output to console (regression) ( #390185 )
2025-03-15 20:28:14 +00:00
Martin Weinelt
48e041d23c
nixosTests: migrate tests to runTests ( #389964 )
2025-03-15 20:49:33 +01:00
Sandro
ecb169f70c
nixos/minecraft-server: fix package example ( #390188 )
2025-03-15 20:49:20 +01:00
Sandro
f961f717e7
nixos/minecraft-server: fix package example
2025-03-15 18:38:22 +01:00
Piotr Kwiecinski
e44f5a37cf
nixosTests.php: migrate to runTest
2025-03-15 22:55:13 +05:30
Bruce Toll
ae4750868c
nixos/ec2-data fix host fingerprint output to console (regression)
...
PR #322282 introduced a regression that causes the previous display of
the ssh host key fingerprints to get directed to the journal rather than
the console (as intended). Thus, the console only logs an empty set of
fingerprints:
-----BEGIN SSH HOST KEY FINGERPRINTS-----
-----END SSH HOST KEY FINGERPRINTS-----
The fix is to reorder the bash statement that invokes ssh-keygen so
that the ssh-keygen output is directed to /dev/console.
2025-03-15 13:16:03 -04:00
Adam C. Stephens
4ee53e6544
nixos/open-webui: add additional systemd hardening ( #377884 )
2025-03-15 10:07:32 -04:00
Pedro Alves
994c56c881
nixos/cloudflared: remove assertion for certificateFile
...
While it is probably a mistake in configuration to have declarative
routes configured but no certificate file, it is not always necessary to
have a working set up, so the assertion was removed.
The documentation for the certificateFile setting was reworked to
describe this.
2025-03-15 11:47:13 +00:00
Marcus Ramberg
d07ebbab9b
nixos/k3s: add autoDeployCharts
option and use systemd-tmpfiles for content activation ( #374017 )
2025-03-15 11:26:43 +01:00
jrdsgl
38590f303b
nixos/changedetection-io: fix typo ( #383539 )
...
Update changedetection-io.nix
typo correction variables
2025-03-15 10:59:05 +01:00
Gaétan Lepage
4a7faaf2ae
uwsgi: remove python2 ( #389865 )
2025-03-15 10:22:15 +01:00
Ryan Hendrickson
0bb33117b2
nixos/pay-respects: fix "(eval):1: parse error near `alias'" ( #385287 )
2025-03-15 03:24:38 -04:00
Benjamin Sparks
f752f7d5d2
nixos/release-notes: uswgi does not support Python 2 plugins
2025-03-15 00:26:02 +01:00
Benjamin Sparks
f5e1d3bb02
nixos/uwsgi: remove support for python2 plugins
2025-03-15 00:16:01 +01:00
Martin Weinelt
ca409e5a02
nixosTests.xandikos: migrate to runTest
...
Part Of #386873
2025-03-14 23:38:25 +01:00
Martin Weinelt
ae0871bca2
nixosTests.xautolock: migrate to runTest
...
Part Of #386873
2025-03-14 23:35:56 +01:00
Martin Weinelt
f7a4d10a08
nixosTests.xfce: migrate to runTest
...
Part Of #386873
2025-03-14 23:35:14 +01:00
Martin Weinelt
93e131345f
nixosTests.xfce-wayland: migrate to runTest
...
Part Of #386873
2025-03-14 23:34:36 +01:00
Martin Weinelt
ead8dabde0
nixosTests.xmonad: migrate to runTest
...
Part Of #386873
2025-03-14 23:23:04 +01:00
Martin Weinelt
4ada7d8158
nixosTests.xmonad-xdg-autostart: migrate to runTest
...
Part Of #386873
2025-03-14 23:20:54 +01:00
Arian van Putten
c56cc16a63
nixos/systemd-repart: add support for repeating settings ( #389826 )
2025-03-14 22:19:19 +00:00
Martin Weinelt
6a13f858bd
nixosTests.xpadneo: migrate to runTest
...
Part Of #386873
2025-03-14 23:18:18 +01:00
Martin Weinelt
6d1946030c
nixosTests.xrdp: migrate to runTest
...
Part Of #386873
2025-03-14 23:15:25 +01:00
Martin Weinelt
2af95991ab
nixosTests.xrdp-with-audio-pulseaudio: migrate to runTest
...
Part Of #386873
2025-03-14 23:09:47 +01:00
Martin Weinelt
650ab40c81
nixosTests.xss-lock: migrate to runTest
...
Part Of #386873
2025-03-14 23:07:18 +01:00
Martin Weinelt
20ad3329fe
nixosTests.xterm: migrate to runTest
...
Part Of #386873
2025-03-14 23:03:42 +01:00
Martin Weinelt
7c1bc83f56
nixosTests.xxh: migrate to runTest
...
Part Of #386873
2025-03-14 23:02:38 +01:00
Martin Weinelt
1fd9bc9a38
nixosTests.yabar: migrate to runTest
...
Part Of #386873
2025-03-14 23:01:01 +01:00
Martin Weinelt
04a03a5c8c
nixosTests.yggdrasil: migrate to runTest
...
Part Of #386873
2025-03-14 22:59:07 +01:00
Martin Weinelt
8667777300
nixosTests.your_spotify: migrate to runTest
...
Part Of #386873
2025-03-14 22:57:44 +01:00
Martin Weinelt
2a33e128e1
nixosTests.zammad: migrate to runTest
...
Part Of #386873
2025-03-14 22:52:10 +01:00
Martin Weinelt
e3c80a49c8
nixosTests.zenohd: migrate to runTest
...
Part Of #386873
2025-03-14 22:51:56 +01:00
Martin Weinelt
052ef614f6
nixosTests.zeronet-conservancy: migrate to runTest
...
Part Of #386873
2025-03-14 22:49:23 +01:00
Martin Weinelt
75702914a7
nixosTests.zipline: migrate to runTest
...
Part Of #386873
2025-03-14 22:46:10 +01:00
Martin Weinelt
7c443382b2
nixosTests.zoneminder: migrate to runTest
...
Part Of #386873
2025-03-14 22:45:38 +01:00
Martin Weinelt
1c825e3db4
nixosTests.zookeeper: migrate to runTest
...
Part Of #386873
2025-03-14 22:43:51 +01:00
Martin Weinelt
c0e8309034
nixosTests.zram-generator: migrate to runTest
...
Part Of #386873
2025-03-14 22:42:49 +01:00
Martin Weinelt
89bf1ebca0
nixosTests.zrepl: migrate to runTest
...
Part Of #386873
2025-03-14 22:41:58 +01:00
Martin Weinelt
04bc28c680
nixosTests.zsh-history: migrate to runTest
...
Part Of #386873
2025-03-14 22:41:04 +01:00
Martin Weinelt
16cf246490
nixosTests.zwave-js: migrate to runTest
...
Part Of #386873
2025-03-14 22:39:49 +01:00
Martin Weinelt
d8d1e397cb
nixosTests.zwave-js-ui: migrate to runTest
...
Part Of #386873
2025-03-14 22:38:26 +01:00