isabel
92d64400d5
nixos/anubis: Fix defaultOptions not applying user-defined settings ( #398790 )
2025-05-11 08:56:46 +01:00
Gary Guo
7dd8c5b602
unifi8: drop
...
This was an alias to the unifi package, which has been updated to v9.
To avoid confusion, remove this alias.
2025-05-10 14:47:52 +01:00
sudoforge
8aa7a07653
nixos/iwd: move General.UseDefaultInterface to DriverQuirks.DefaultInterface
...
`General.UseDefaultInterface` was deprecated last year, with a
recommendation to move to `DriverQuirks.DefaultInterface` [0] [1] [2].
[0]: https://git.kernel.org/pub/scm/network/wireless/iwd.git/commit/?id=5c7777ff0fbcdee3c5d3a3cf6b1f375f2e820644
[1]: https://git.kernel.org/pub/scm/network/wireless/iwd.git/commit/?id=d223f49fbc622e5b2f270711619ecbd542bed12e
[2]: https://git.kernel.org/pub/scm/network/wireless/iwd.git/commit/?id=a27b7823df12c5d185b39aa7777c546843c1c96f
2025-05-08 21:35:40 -07:00
Franz Pletz
2634ca8249
nixos/ntpd-rs: Handle configuring NTP pools ( #403903 )
2025-05-08 18:28:32 +02:00
Johannes Kirschbauer
5ee93d2532
lib: refactor lib.attrsets.{mapAttrs', mapAttrsToList} and mapAttrs'' in the strongswan-swanctl module ( #403581 )
2025-05-08 09:42:40 +02:00
ccicnce113424
4551258940
lib: refactor lib.attrsets.{mapAttrs', mapAttrsToList} and mapAttrs'' in the strongswan-swanctl module
...
The new implementation of `mapAttrsToList` is simpler than the previous one, avoiding an extra string conversion. Benchmarking shows a slight performance improvement. See the discussion here: https://discourse.nixos.org/t/another-implementation-of-mapattrstolist
Additionally, I searched nixpkgs for expressions equivalent to the old `mapAttrsToList` and replaced them with direct calls to the new implementation.
2025-05-08 13:58:54 +08:00
Wolfgang Walther
c8d2eca963
.editorconfig: move subfolder config into separate .editorconfig files
...
This avoids paths in the top-level file getting out-of-sync, because the
.editorconfig files would be moved together with the files they target.
2025-05-07 20:01:35 +02:00
rnhmjoj
66db09eb62
nixos/dhcpcd: add option to allow setuid binaries
...
The promise in the networking.dhcpcd.runHook description was broken by
further restrictions added in 21bb7ea9
.
2025-05-05 22:00:20 +02:00
rnhmjoj
54a6949722
nixos/tests/networking: test hostname via DHCP
2025-05-05 21:59:33 +02:00
rnhmjoj
bf1cf6bffc
nixos/dhcpcd: fix hostname via DHCP
2025-05-05 21:53:45 +02:00
h7x4
beb9d5230c
coturn: add systemd support ( #394670 )
2025-05-05 12:53:47 +02:00
Jonathan Davies
86d94b2d88
nixos/ntpd-rs: Handle configuring timeserver FQDN as a pool
2025-05-04 14:30:12 +00:00
Henry-Hiles
f2cdf605c3
nixos/livekit: Fix docs issues
2025-05-03 21:52:26 -04: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
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
Martin Weinelt
7cd06772e3
nixos/livekit: init, nixos/lk-jwt-service: init ( #399627 )
2025-04-29 12:44:07 +02:00
Vladimír Čunát
85f896ec76
nixos/kresd: add kresd-cli wrapper script ( #388290 )
2025-04-28 17:58:22 +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
NullCube
b2714cd757
nixos/anubis: adjust provided options
2025-04-26 15:22:26 -07:00
NullCube
f826658cb4
nixos/anubis: fix user-defined defaultOptions not applying to instances
2025-04-26 15:22:26 -07:00
Jeremy Fleischman
7161a83931
services(cloudflare-dyndns): use new CLOUDFLARE_API_TOKEN_FILE
setting
...
We recently upgraded to cloudflare-dyndns 5.3:
24f9910708
,
so we can now use this new `CLOUDFLARE_API_TOKEN_FILE` feature that
landed in v5.2: 1d563d2752
2025-04-24 18:25:32 -07:00
NullCube
a47513760e
nixos/anubis: add nullcube as maintainer
2025-04-24 17:38:49 -07:00
Morgan Jones
36cddaaa6f
nixos/kismet: init module
...
Use vwifi to write a proper test for Kismet. This test demonstrates how
to simulate wireless networks in NixOS tests, and extract meaningful
data by putting an interface in monitor mode using Kismet.
2025-04-20 15:39:23 -07:00
Morgan Jones
583a74d8ad
nixos/vwifi: init module
...
This module does not currently have its own test suite: it is intended
to be used in test suites for other modules that use wifi.
2025-04-20 15:39:22 -07:00
Henry-Hiles
d237673ba4
nixos/livekit: init
2025-04-20 12:22:51 -04:00
Nico Felbinger
e0d1b49a46
chore: move meta option to top level in many modules
2025-04-19 18:27:48 +02:00
Sandro Jäckel
52525af4aa
nixos/kresd: add kresd-cli wrapper script
2025-04-18 20:53:20 +02:00
Robert James Hernandez
9b70561e15
nixos/ax25/axlisten: init
2025-04-15 23:54:45 +00:00
Robert James Hernandez
4001d9db5d
nixos/ax25/axports: init
2025-04-15 23:54:45 +00:00
nixpkgs-ci[bot]
049254d36c
Merge master into staging-next
2025-04-11 12:06:12 +00:00
Michael van Straten
a890891acc
nixos/godns: init module
...
Initial implementation of the GoDNS service module. This module allows users to enable and configure the GoDNS service on their NixOS system. It includes options for specifying the GoDNS package and the path to the configuration file.
2025-04-11 11:25:47 +02:00
nixpkgs-ci[bot]
b66e31c26a
Merge master into staging-next
2025-04-09 16:04:15 +00:00
Adam C. Stephens
f2200ca6ee
nixos/anubis: init module ( #392018 )
2025-04-09 09:23:35 -04:00
nixpkgs-ci[bot]
6c98e107c7
Merge master into staging-next
2025-04-09 00:15:45 +00:00
Ivan Trubach
bcd6066a34
centrifugo: 5.4.9 -> 6.1.0 ( #396824 )
2025-04-09 00:03:46 +03:00
Vincent Breitmoser
ffcc12d192
centrifugo: add release note and assertion for compatibility
2025-04-08 14:21:46 +02:00
K900
0842b11f2b
Merge remote-tracking branch 'origin/master' into staging-next
2025-04-08 09:29:48 +03:00
Tristan Ross
3789fbc4fc
nixos/nebula: add CAP_NET_BIND_SERVICE when lighthouse node serves DNS ( #353665 )
2025-04-07 17:27:03 -07:00
K900
05bc93a58a
Merge remote-tracking branch 'origin/master' into staging-next
2025-04-06 11:20:16 +03:00
Leona Maroni
cfc266b7e3
nixos/bird-lg: Remove deprecation warnings ( #394010 )
2025-04-06 09:59:29 +02:00
fredrikr79
0e68b25955
nixos/coturn: allow unix socket
...
hardening previously disallowed unix socket, which is used for the
systemd notify communication.
2025-04-05 16:50:08 +02:00
fredrikr79
1a1b233998
nixos/coturn: switch systemd service type to notify
2025-04-05 16:50:08 +02:00
Cassie Cheung
cadf4cfc83
nixos/anubis: init module
2025-04-05 21:48:39 +08:00
nixpkgs-ci[bot]
276f9ec976
Merge master into staging-next
2025-04-04 00:15:35 +00:00
Pol Dellaiera
03bf44b9ea
nixos/freenet: refactor, migrate to runTest ( #391886 )
2025-04-03 21:03:40 +02:00
nixpkgs-ci[bot]
51d40a0f08
Merge staging-next into staging
2025-04-03 12:06:39 +00:00
Daniel Nagy
0604d0aedd
nixos/freenet: refactor
2025-04-03 10:15:00 +02:00
Vojtěch Káně
b25b9e656a
nixos/dhcpcd: fix typo in documentation
...
The manpage of dhcpcd says:
>If any interface reports a working carrier then dhcpcd will try to
>obtain a lease before forking to the background, otherwise it will fork
>right away.
2025-04-03 10:10:37 +02:00
Silvan Mosberger
e52d633a63
Merge remote-tracking branch 'upstream/staging-next' into staging
2025-04-02 18:30:54 +02:00
K900
30edc74585
Merge remote-tracking branch 'origin/staging-next' into staging
2025-04-01 21:12:38 +03:00