Sandro
3e3b73d344
go-csp-collector: init at 0.0.16-unstable-2025-10-10 ( #455610 )
2025-11-02 22:10:10 +00:00
Nicolas Mémeint
3fd62da27f
nixos/crowdsec-firewall-bouncer: init module
2025-11-01 20:59:18 +01:00
Pol Dellaiera
4aafbc1090
xppen_{3,4}: init at {3.4.9-240607,4.0.7-250117}; nixos/xppen: init ( #351647 )
2025-10-30 08:40:52 +00:00
Sandro
7065357503
nixbit: init at 0.1.5, nixos/nixbit: init module ( #454801 )
2025-10-30 00:49:43 +00:00
Patrizio Bekerle
61d3a758fc
nixos/nixbit: init module
...
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
2025-10-29 20:50:20 +01:00
h7x4
f964b6a027
nixos/iio-niri: move from programs to services/misc ( #455219 )
2025-10-27 15:51:12 +00:00
Yifei Sun
e30ee35619
nixos/go-csp-collector: init module
2025-10-27 10:37:24 +01:00
Yureka
b1ade37922
Warpgate: init at 0.17.0 ( #409821 )
2025-10-27 08:17:21 +00:00
Lemon Lam
6753792aff
nixos/warpgate: init
2025-10-27 12:37:00 +08:00
Sandro
d818453c94
nixos/rsync: init module ( #403759 )
2025-10-24 21:52:14 +00:00
Zhaith Izaliel
0e6c2a2595
nixos/iio-niri: move from programs to services/misc
...
The module was wrongly put in programs following PR #454551 and we didn't catch it during review. This commit fixes that issue so the path is compliant to the guidelines.
2025-10-24 14:27:48 +02:00
Sandro
845407879b
nixseparatedebuginfod2: v0.1.0 -> 1.0.1, replace nixseparatedebuginfod ( #452053 )
2025-10-23 11:40:25 +00:00
Zhaith Izaliel
207f23bf08
nixos/iio-niri: init module
2025-10-23 10:09:51 +02:00
Lukas Wurzinger
e33798277b
nixos/rsync: init module
2025-10-22 20:48:35 +02:00
Masum Reza
995825be3e
nixos/wayvnc: init wayvnc module with pam config ( #431631 )
2025-10-22 05:59:23 +00:00
h7x4
fa77ae868c
nixos/beszel: init ( #380731 )
2025-10-22 02:06:16 +00:00
Bonus
f5d45f3499
nixos/beszel.agent: init
...
Co-authored-by: Mirza Arnaut <mirza.arnaut45@gmail.com>
2025-10-21 22:42:22 +02:00
Bonus
5dbf685def
nixos/beszel.hub: init
...
Co-authored-by: Mirza Arnaut <mirza.arnaut45@gmail.com>
2025-10-21 22:42:19 +02:00
h7x4
5252726226
nixos/rngd: remove file, move warning to rename.nix
2025-10-19 21:21:24 +09:00
Maximilian Bosch
76b41b119e
simplesamlphp: remove
...
See https://github.com/NixOS/nixpkgs/pull/312251#issuecomment-3416076466
I think it's frankly careless to merge something into nixpkgs that's two
patch-releases behind the current patch-level of the _legacy branch_ of
a software. Especially for security-sensitive things.
On top, this got never updated even though there are two high-rated CVEs
in this, i.e. CVE-2025-27773[1] and CVE-2024-52596[2].
[1] https://github.com/advisories/GHSA-46r4-f8gj-xg56
[2] https://github.com/advisories/GHSA-2x65-fpch-2fcm
2025-10-17 17:49:52 +02:00
Maximilian Bosch
a1c24d0868
filesender: remove
...
This depends on `simplesamlphp` which is one major version behind, was
packaged in an outdated version from the beginning and is known
vulnerable in nixpkgs. As a result, I decided to remove simplesamlphp
and all its reverse dependencies.
2025-10-17 17:49:01 +02:00
Sandro
3e4edac3b4
nixos/librespeed: init ( #448889 )
2025-10-16 23:13:57 +00:00
emily
b17ca19e8f
nixos/librespeed: init
...
Co-Authored-By: Sandro Jäckel <sandro.jaeckel@gmail.com>
2025-10-17 00:40:35 +02:00
Fabian Kammel
5d653c251f
nixos/opkssh: init opkssh service
...
Signed-off-by: Fabian Kammel <fabian@kammel.dev>
2025-10-16 20:45:49 +02:00
Diogo Correia
3017b2746c
nixos/pairdrop: init module
2025-10-16 10:22:06 +01:00
matthewcroughan
7946583a79
nixos/a2boot: add to module-list.nix
2025-10-15 12:33:20 +01:00
Guillaume Girol
7a131bebe7
nixseparatedebuginfod: remove
...
in favor of nixseparatedebuginfod2
Reuse the same port so that rebuilding to the new module does not need a
reboot to update the env var.
2025-10-14 22:01:44 +02:00
Jörg Thalheim
5965426331
nixos/facter: add initial commit ( #450303 )
2025-10-14 09:38:25 +00:00
Jörg Thalheim
b7f40d25eb
nixos/facter: add initial commit
...
This is the first step to upstream nixos-facter-modules into
nixpkgs/nixos:
https://github.com/numtide/nixos-facter-modules/
We tried to stick close to the semantics nixos-generate-config + some
extra features. We choose a new prefix for hardware.facter to live in so
that existing users of nixos-facter-modules can continue using it while
the upstreaming is in progress.
The reason for upstreaming is to make it easier to have nixos-facter as
choice for hardware detection as part of our normal NixOS installation workflow.
Hardware from my experience takes many hands since it is hard to test
without having access to a large variety of hardware.
We hope that with nixos-facter we can reduce the boiler code required in
the nixos-hardware project and provide better out-of-the-box support,
even if a model has not been explicitly added to nixos-hardware.
I.e. unlike ubuntu we don't have support for detecting required GPU
drivers. We believe that nixos-hardware will be still required for some
vendor specific quirks, but we could in future automatically select the
profiles based on reported SKU from facter.
For more details watch the 2024 NixCon talk: https://www.youtube.com/watch?v=3H3YUqibC6c
2025-10-14 10:32:18 +01:00
h7x4
d3c3a3adea
tsidp: init at 0.0.4, nixos/tsidp: init module ( #446033 )
2025-10-13 13:53:37 +00:00
akotro
7e5920bcf3
nixos/tsidp: init module
2025-10-13 14:27:43 +01:00
Matthew Croughan
4f32864ef1
docuseal: init at 2.1.7 ( #266880 )
2025-10-12 16:16:15 +00:00
h7x4
375a70c8aa
nixos/local-content-share: init module ( #426887 )
2025-10-12 14:06:52 +00:00
evolve
57e3a806bf
nixos/local-content-share: init module
2025-10-12 12:40:21 +02:00
Sandro
abe2eb7252
radicle-ci-broker: init at 0.21.0, radicle-native-ci: init at 0.11.1 ( #436583 )
2025-10-11 18:43:55 +00:00
Tristan Ross
47348f554e
nixos/tenstorrent: init
2025-10-10 19:23:45 -07:00
Ratakor
5054f454a0
nixos/pmount: init module
2025-10-10 01:56:08 +02:00
Pol Dellaiera
7a025c2dc7
treewide: remove aidalgol ( #448386 )
2025-10-09 21:03:00 +00:00
Felix Buehler
cf594a3b83
nixos/docuseal: init
2025-10-09 21:46:22 +02:00
h7x4
35ef0e22e8
nixos/linkwarden: init module, linkwarden: init at 2.13.0 ( #347353 )
2025-10-07 15:50:50 +00:00
Jan van Brügge
0bf693cb0f
nixos/linkwarden: init module
2025-10-07 12:57:55 +01:00
dish
231b923f0a
{nixos/,}.tt-rss: drop ( #448401 )
2025-10-06 13:54:05 +00:00
Aidan Gauland
54716a2463
Remove dangling NixOS module
...
Module `peroxide` has no package.
2025-10-04 16:17:46 +13:00
dish
69b4b86d23
{nixos/,}.tt-rss: drop
...
Per https://community.tt-rss.org/t/the-end-of-tt-rss-org/7164 , it will
cease development on 2025-11-01, and since it cannot be maintained
through the release of NixOS 25.11, it is being dropped now.
2025-10-03 22:24:16 -04:00
Maximilian Bosch
2cb89c0aef
postfixadmin: remove, doesn't support php >8.1
...
In newer versions it does, but there's zero effort to package it by the
maintainer and it's not the job of the PHP team to pick that up.
2025-10-03 23:37:00 +02:00
Maximilian Bosch
f4b702bb11
invoiceplane: remove, doesn't support php >8.1
2025-10-03 23:21:57 +02:00
Bart Brouns
d1a084e777
nixos/ringboard: add user service module
2025-10-01 15:59:28 +02:00
Masum Reza
ab90e1dfc6
amdvlk,nixos/amdvlk: drop ( #444693 )
2025-10-01 07:31:56 +00:00
dish
a0201020e2
amdvlk,nixos/amdvlk: drop
...
AMDVLK has been deprecated by upstream and has been replaced by RADV.
Drop it for 25.11.
2025-09-30 13:34:01 -04:00
Michael Daniels
01cb0dae78
nixos/chatgpt-retrieval-plugin: drop
...
Corresponding package has been marked broken for a full release cycle.
Dropping per RFC 180.
2025-09-30 07:34:16 -04:00