Commit graph

26157 commits

Author SHA1 Message Date
h7x4 6c7013d8f9
nixos/nm-file-secret-agent: replace systemd script with ExecStart 2025-10-27 18:52:06 +09:00
h7x4 0b49e6b9dc
nixos/dictd: replace systemd script with ExecStart 2025-10-27 18:52:06 +09:00
h7x4 6de18eedae
nixos/journaldriver: replace systemd script with ExecStart 2025-10-27 18:52:06 +09:00
h7x4 a6e1ec3a9b
nixos/minetest-server: replace systemd script with ExecStart 2025-10-27 18:52:02 +09:00
h7x4 d67598c69e
nixos/ly: use iniFmt.lib.types.atom in settings (#446119) 2025-10-27 09:34:01 +00: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
Silvan Mosberger 6ad2a24ff5
various: lib usage improvements - prefer attrNames/attrValues over mapAttrsToList (#455791) 2025-10-26 23:09:14 +00:00
Colin 4ad4155abb
pkgs/buffybox: 3.3.0 -> 3.4.2-unstable-2025-10-25 (#455593) 2025-10-26 21:07:46 +00:00
Morgan Jones 6b87a0569a
nixos/kismet: fix module typechecking
70ab11c2f2 added the new v2 merge, which
performs typechecking at the same time as merging. We need to opt out of
this optimization, as it changes the behavior of the module and results
in eval errors.
2025-10-26 13:39:56 -07:00
José-Paul D. b574e175e3 nixos/anubis: add support for a dedicated RuntimeDirectory per instance 2025-10-26 21:33:18 +01:00
StepBroBD 74cde83add
nixos/{karma,pgbouncer}: use cfg.package instead of global pkgs (#412435) 2025-10-26 19:29:41 +01:00
Lukas Wurzinger 5172d80615
nixos/rsync: remove assertion 2025-10-26 12:39:07 +01:00
Pol Dellaiera d7dd8ff319
nixos/n8n: use env vars instead of config file (#445176) 2025-10-26 10:37:15 +00:00
h7x4 b827f37cb8
nixos/dolibarr: lib.any -> lib.elem 2025-10-26 16:23:36 +09:00
h7x4 2ec989b322
nixos/librespeed: lib.any -> lib.elem 2025-10-26 16:23:35 +09:00
h7x4 9842083cd0
nixos/prometheus-exporters/node: lib.any -> lib.elem 2025-10-26 16:23:35 +09:00
h7x4 428342cce1
nixos/ifstate: builtins.any -> builtins.elem 2025-10-26 16:23:35 +09:00
h7x4 1b42cb3018
nixos/nginx: lib.mapAttrsToList -> lib.attrValues 2025-10-26 15:33:34 +09:00
h7x4 784f704468
nixos/kubelet: lib.mapAttrsToList -> lib.attrValues 2025-10-26 15:33:34 +09:00
h7x4 266c8f0a4f
nixos/dhcpcd: lib.mapAttrsToList -> lib.attrNames 2025-10-26 15:33:33 +09:00
h7x4 f156bd830b
nixos/orangefs: lib.mapAttrsToList -> lib.attrNames 2025-10-26 15:33:33 +09:00
h7x4 271514bd18
nixos/mpdscribble: lib.any -> lib.elem 2025-10-26 15:31:37 +09:00
h7x4 dbe03e152c
nixos/prometheus-exporters/mail: lib.filterAttrs -> lib.removeAttrs 2025-10-26 15:21:23 +09:00
h7x4 71644ede59
nixos/authelia: lib.filterAttrs -> lib.removeAttrs 2025-10-26 15:21:22 +09:00
h7x4 e3366549da
nixos/grafana: lib.filterAttrs -> lib.removeAttrs 2025-10-26 15:21:22 +09:00
h7x4 5bf55cee1f
nixos/public-inbox: lib.filterAttrs -> lib.removeAttrs 2025-10-26 15:21:22 +09:00
h7x4 e090d24809
nixos/thinkfan: lib.filterAttrs -> lib.removeAttrs 2025-10-26 15:21:22 +09:00
Colin 28e2ca30c4 nixos/buffyboard: document quirks.ignore_unused_terminals option 2025-10-25 22:18:23 +00:00
hustlerone af1485d333 pkgs/buffybox: 3.3.0 -> 3.4.2-unstable-2025-10-25
Co-authored-by: Colin <colin@uninsane.org>
2025-10-25 22:18:16 +00:00
Sandro Jäckel 394fcb974b
nixos/synapse-auto-compressor: remove alias usage 2025-10-25 23:13:50 +02:00
dot-file a0fd4f4de8
nixos/ly: reformat 2025-10-25 16:31:51 +03:00
Aurelia 0731872d15
adjustor: init at 3.11.8
based of work from #347279 by @toast003

Co-authored-by: Toast <39011842+toast003@users.noreply.github.com>
Co-authored-by: qzylinra <225773816+qzylinra@users.noreply.github.com>
2025-10-25 14:23:16 +02:00
dotlambda 63d9f002dd
nixos/immich: reindex VectorChord indexes on update (#455315) 2025-10-25 03:20:10 +00:00
Niklas Hambüchen 039fab18ff
ceph: patch getopt path at build time (#440224) 2025-10-25 00:20:40 +00:00
Sandro d818453c94
nixos/rsync: init module (#403759) 2025-10-24 21:52:14 +00:00
Weijia Wang a029060ce2
nixos/netbird: correct document (#451513) 2025-10-24 21:32:20 +00:00
Diogo Correia c0c664b327
nixos/immich: reindex VectorChord indexes on update
VectorChord requires its indexes to be reindexed when the extension is
updated. [1]
This commit adds functionality to save the current version of the
extension before performing an update, and then compare it with the
updated version to decide whether it should reindex Immich's indexes.
This complexity is needed to avoid reindexing every time PostgreSQL is
started, as it is an expensive operation that would slow down startup.

[1]: https://docs.immich.app/administration/postgres-standalone/#updating-vectorchord
2025-10-24 19:20:20 +01:00
Adam C. Stephens 06282906f2
miniflux: 2.2.13 -> 2.2.14 (#454793) 2025-10-24 17:42:26 +00:00
Joshua Peek 175a0fc138 ceph: patch getopt path at build time 2025-10-24 09:40:07 -07:00
Maximilian Bosch d272de8c0b
nixos/nextcloud: Fix fetchNextcloudApp example (#454811) 2025-10-24 14:01:01 +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
Ameer Taweel 132f71fa5d miniflux: 2.2.13 -> 2.2.14
https://miniflux.app/releases/2.2.14.html
https://github.com/miniflux/v2/releases/tag/2.2.14
diff: https://github.com/miniflux/v2/compare/v2.2.13...2.2.14
2025-10-24 09:38:24 +03:00
benaryorg 27323e52cc
nixos/systemd: CPUAccounting is deprecated
systemd 258 has the following changes noted in systemd.resource-control(5):

> `CPUAccounting=` setting is deprecated, because it is always available on the unified cgroup hierarchy and such setting has no effect.

This commit removes it from the three services using it directly, as well as one instance of example text.

Signed-off-by: benaryorg <binary@benary.org>
2025-10-23 18:54:30 +00:00
Leona Maroni 05026b194c
nixos/nginx: remove deprecated vhost option enableSSL (#446053) 2025-10-23 13:36:01 +00:00
Sandro ca3ccbc00c
xdg-desktop-portal-phosh: init at 0.0.4 (#437978) 2025-10-23 12:12:40 +00:00
Sandro 5d767783ee
nixos/display-managers: phosh on tty1 (#438592) 2025-10-23 12:10:38 +00:00
Sandro 845407879b
nixseparatedebuginfod2: v0.1.0 -> 1.0.1, replace nixseparatedebuginfod (#452053) 2025-10-23 11:40:25 +00:00
Jenny 3c80eda910
nixos/librenms: update config cache (#454718) 2025-10-23 10:58:34 +00:00
Wolfgang Walther 8c91337b20
nixos/zeronet: fix meta.maintainers (#454713) 2025-10-23 07:53:57 +00:00
provokateurin e4629f0dda
nixos/nextcloud: Fix fetchNextcloudApp example 2025-10-23 09:52:20 +02:00
Masum Reza a9440ea002
android-udev-rules: drop (#454366) 2025-10-23 03:25:24 +00:00
Sandro Jäckel 1119d225de
nixos/librenms: update config cache
otherwise any change to .env is never reflected.
2025-10-23 02:26:46 +02:00
Jan Tojnar 0ec9321de6
selfoss: Fix module (#453595) 2025-10-22 23:45:01 +00:00
Matt Sturgeon 8433198def
nixos/zeronet: fix meta.maintainers
Fixes 982ede4108
2025-10-23 00:32:57 +01:00
Lukas Wurzinger e33798277b
nixos/rsync: init module 2025-10-22 20:48:35 +02:00
Johannes Kirschbauer 43b77e1457
lib/cli: add toCommandLine (#404233) 2025-10-22 14:45:00 +00:00
Maximilian Bosch b4fd706dd8
nixos/nextcloud: prevent nextcloud-occ arguments being parsed by wrapper (#451187) 2025-10-22 11:13:25 +00:00
h7x4 2b9d36ae10
nixos/nftables: added wiki link for no VM network access (#453893) 2025-10-22 10:16:47 +00:00
yuannan e078dbbddb
nixos/nftables: added wiki link for no VM network access 2025-10-22 09:48:17 +01:00
h7x4 1de59a5863
nixos/lldap: use exec for start script (#454173) 2025-10-22 02:12:35 +00:00
Tim Schumacher c06ad375eb android-udev-rules: drop
As of systemd 258 adb and fastboot connections are handled by a built-in
uaccess rule, so a dedicated package with hardcoded ID-based udev rules
is no longer needed.

Drop the android-udev-rules package and related mentions of the adbusers
group, which is also no longer used.
2025-10-22 00:13:25 +02: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
Emily 591e302bad
lib: deprecate mkAliasOptionModuleMD (#454195) 2025-10-21 20:00:12 +00:00
Lukas Wurzinger 1f4c50ab81
lib/cli: deprecate toGNUCommandLine 2025-10-21 21:01:38 +02:00
Sandro 1a9bb3aa2a
nixos/opentelemetry-collector: validate config (#392701) 2025-10-21 15:30:11 +00:00
Sandro 084b1f8ec5
treewide: ensure ExecReload kill fields has absolute path (#453135) 2025-10-21 15:08:46 +00:00
Bouke van der Bijl 0a5bba0f15 nixos/opentelemetry-collector: validate config 2025-10-21 17:03:17 +02:00
Masum Reza 2483e31a08
invidious: pass configuration in INVIDIOUS_CONFIG as YAML (#448855) 2025-10-21 14:47:31 +00:00
Aliaksandr 80f12557f5
treewide: replace "yes" else "no" usages to lib.boolToYesNo 2025-10-21 16:04:34 +03:00
Aliaksandr f28be96fda
treewide: mkAliasOptionModuleMD -> mkAliasOptionModule 2025-10-21 15:42:47 +03:00
Doron Behar 3f9aa9d82f
nixos/syncthing: declare ignore patterns (resolves #268282) (#353770) 2025-10-21 12:41:17 +00:00
Jacek Galowicz 716b1eacc1
nixos/github-runner: fix nodeRuntimes option (#435476) 2025-10-21 12:28:38 +00:00
zorrobert 7a223b2685 nixos/syncthing: add option for ignore patterns
Syncthing can be configured to ignore certain files and
directories via ignore patterns. This PR adds a new nix option to
set these patterns declaratively.
2025-10-21 12:57:28 +02:00
K900 b619339061
Plasma 6.5 (#444055) 2025-10-21 10:56:36 +00:00
Tobias M 95625320bf nixos/lldap: use exec for start script
Use exec for running lldap itself so that the bash startup script does
not have to linger around.
2025-10-21 12:51:16 +02:00
K900 15729ec4e1 kdePackages: Plasma 6.4.5 -> 6.5.0 2025-10-21 12:51:04 +03:00
Abdelrahman Abdelhafez 6aafe72232
nixos/postfix: fix removed option's replacement instructions
The replacement instructions for the removed services.postfix.extraConfig option suggests using the services.postfix.extraConfig option instead, which doesn't exist.
2025-10-21 10:56:47 +02:00
nixpkgs-ci[bot] 65a2cad20c
Merge master into staging-next 2025-10-21 06:06:18 +00:00
Spencer Janssen 82bd28b068 nixos/github-runner: fix nodeRuntimes option
Fixes #434830.

Drops backwards compatibility workaround introduced in #286063.
2025-10-20 23:40:39 -05:00
K900 b43c43d642
nixos/plasma6: check $XDG_CACHE_HOME before $HOME/.cache for ksycoca cache wipe (#453299) 2025-10-21 01:14:22 +00:00
nixpkgs-ci[bot] fb4a94b345
Merge master into staging-next 2025-10-20 18:06:02 +00:00
Pol Dellaiera 6dca59fdf7
nixos/gitlab-runner: fix broken link (#452338) 2025-10-20 14:58:48 +00:00
dish 96aa4941c0
nixos/forgejo: add age setting to automatic dump (#450761) 2025-10-20 14:20:09 +00:00
Luca A. 7bf1b4d04a nixos/forgejo: add age setting to automatic dump
Currently dump are added to the directory but not cleaned up.
This setting allows the user to customize the cleanup age of dumps.
2025-10-20 15:42:18 +02:00
nixpkgs-ci[bot] cbc8b5f221
Merge master into staging-next 2025-10-20 12:07:14 +00:00
Fabian Möller 15a1d17c02
nixos/immich: fix missing parens in sql file creation 2025-10-20 08:55:36 +02:00
nixpkgs-ci[bot] 001b29ce03
Merge master into staging-next 2025-10-20 00:18:01 +00:00
Martin Weinelt f84d942b3b
wyoming-openwakeword: 1.10.0 -> 2.0.0 (#452714) 2025-10-19 22:25:23 +00:00
Martin Weinelt 5f7f58ff8a
wyoming-openwakeword: 1.10.0 -> 2.0.0
https://github.com/rhasspy/wyoming-openwakeword/blob/v2.0.0/CHANGELOG.md
2025-10-20 00:20:55 +02:00
sweenu 16041e56cc
nixos/immich: fix sql command on inexistant table 2025-10-19 22:24:39 +02:00
Pamplemousse 37e986ab27 selfoss: Fix module
Documented way of running with `nginx` require the `.nginx.conf` to be
present.
_c.f._ https://github.com/fossar/selfoss/issues/1535
2025-10-19 21:32:38 +02:00
nixpkgs-ci[bot] 80fadb6a86
Merge master into staging-next 2025-10-19 18:05:39 +00:00
h7x4 f47e715aaa
OpenVPN: tidy systemd restart-after-sleep unit (#450653) 2025-10-19 15:34:58 +00:00
Adam Dinwoodie 0794eb223b nixos/openvpn: tidy systemd restart-after-sleep unit
On reviewing my PR #345993, I spotted I'd failed to remove a
now-unneeded package and failed to update the systemd unit description,
so tidy that up.
2025-10-19 16:16:48 +01:00
h7x4 2b959b6066
nixos/nats: Shut down gracefully, and prevent automatic restart on deliberate stop (#448023) 2025-10-19 12:39:41 +00:00
Masum Reza 5ec10ce58f
nixos/scx: support temporarily overriding scheduler (#453196) 2025-10-19 12:10:37 +00:00
Charles Duffy 889b866c82
nixos/nats: Shut down gracefully, and prevent automatic restart on deliberate stop
SIGUSR2 puts nats-server into "lame-duck mode", where the node hands off leader roles and hands clients off to other nodes.
2025-10-19 06:55:48 -05:00
nixpkgs-ci[bot] 197fb0a1cf
Merge master into staging-next 2025-10-18 23:12:14 +00:00
Luke Granger-Brown df240560c4
nixos/factorio: add extraArgs option (#446440) 2025-10-18 21:53:32 +00:00
Sebastián Zavala Villagómez eae9d7a6b5 nixos/plasma6: check $XDG_CACHE_HOME before $HOME/.cache for ksycoca cache wipe
The previous implementation breaks if `$XDG_CACHE_HOME` is set to
anything other than what is expected, since KDE will now write the cache
there instead. Some users set `$XDG_CACHE_HOME` to something like
`$HOME/.local/cache` to de-clutter `$HOME`. In such case, the cache won't
be found and removed, which will cause the KDE runner to not be able to
launch anything. It will now work regardless.
2025-10-18 17:08:20 -04:00
dawnofmidnight 6559d5a41f
nixos/snowflake-proxy: add extraFlags option 2025-10-18 16:10:55 -04:00
dot-file 60ba321180
nixos/ly: use iniFmt.lib.types.atom in settings
Co-authored-by: h7x4 <h7x4@nani.wtf>
2025-10-18 20:06:42 +03:00
nixpkgs-ci[bot] cf9a69ee7b
Merge master into staging-next 2025-10-18 12:05:59 +00:00
eljamm 6316b883f1 nixos/scx: support temporarily overriding scheduler
One of the nicest perks of using scx is the ability to easily switch
between schedulers at run-time, but this is currently not possible in
NixOS, given that the scx service only uses the scheduler from the
config file.

It's possible, however, to override the scheduler and its flags using
the `SCX_SCHEDULER_OVERRIDE` and `SCX_FLAGS_OVERRIDE` environment
variables, respectively (see [more
details](https://en.opensuse.org/Pluggable_CPU_schedulers#Temporarily_switch_to_a_different_scheduler)).

So the solution here is to change the scx service executable and pass
those env vars to the service at run-time falling back to the values
from the module config as defaults.

After this change, it would be possible to override schedulers like so:

```shellSession
$ sudo systemctl set-environment SCX_SCHEDULER_OVERRIDE='scx_lavd'
$ sudo systemctl set-environment SCX_FLAGS_OVERRIDE='--performance'
$ sudo systemctl restart scx.service
```
```shellSession
$ journalctl -u scx.service -b 0 -e
Oct 18 13:09:25 nixos systemd[1]: Started SCX scheduler daemon.
Oct 18 13:09:25 nixos bash[1829848]: 13:09:25 [INFO] Performance mode is
enabled.
Oct 18 13:09:25 nixos bash[1829848]: 13:09:25 [INFO] Energy model won't
be used for CPU preference order.
Oct 18 13:09:26 nixos bash[1829848]: 13:09:26 [WARN] libbpf: map
'lavd_ops': BPF map skeleton link is uninitialized
Oct 18 13:09:26 nixos bash[1829848]: 13:09:26 [INFO] scx_lavd scheduler
is initialized (build ID: 1.0.16 x86_64-unknown-linux-gnu)
Oct 18 13:09:26 nixos bash[1829848]: 13:09:26 [INFO] scx_lavd scheduler
starts running.
```

And also restore to the module defaults:

```shellSession
$ sudo systemctl unset-environment SCX_SCHEDULER_OVERRIDE
$ sudo systemctl unset-environment SCX_FLAGS_OVERRIDE
$ sudo systemctl restart scx.service
```
```shellSession
$ journalctl -u scx.service -b 0 -e
Oct 18 13:12:56 nixos systemd[1]: Stopped SCX scheduler daemon.
Oct 18 13:12:56 nixos systemd[1]: Started SCX scheduler daemon.
Oct 18 13:12:56 nixos bash[1833220]: 13:12:56 [INFO] NUMA nodes: 1
Oct 18 13:12:56 nixos bash[1833220]: 13:12:56 [INFO] Disabling NUMA
optimizations
Oct 18 13:12:56 nixos bash[1833220]: 13:12:56 [INFO] scx_bpfland 1.0.16
x86_64-unknown-linux-gnu SMT on
```
2025-10-18 13:22:49 +02:00
Nicolas Mémeint 7dc3d46155 nixos/immich: Trim trailing newline from secretSettings file contents 2025-10-18 10:39:41 +02:00
nixpkgs-ci[bot] fe3676c810
Merge master into staging-next 2025-10-18 06:05:29 +00:00
h7x4 1cdf4ba1c8
treewide: ensure ExecReload kill fields has absolute path 2025-10-18 15:00:59 +09:00
h7x4 2b960c563e
nixos/avahi: add debug option (#448254) 2025-10-18 05:30:15 +00:00
h7x4 75d08a1a86
nixos/vnstat: allow overriding package (#448922) 2025-10-18 05:17:03 +00:00
nixpkgs-ci[bot] 94e79f47bf
Merge master into staging-next 2025-10-18 00:15:17 +00:00
nikstur cb06ec22ee
userborn: do not use mkForce to disable activationScripts (#452739) 2025-10-17 21:10:36 +00:00
h7x4 95ad093e5c
services.bind: Run named-checkconf on config file (#389406) 2025-10-17 20:04:51 +00:00
Maximilian Bosch 3a23473779
simplesamlphp: remove (#452965) 2025-10-17 19:45:03 +00:00
nixpkgs-ci[bot] 03e8920ce4
Merge master into staging-next 2025-10-17 18:05:18 +00: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
h7x4 fcfadc6853
nixos/pinchflat: make TZ variable optional (#452647) 2025-10-17 15:02:20 +00:00
Yechiel Worenklein b317daf271
nixos/pinchflat: make TZ variable optional
This is to prvent an error while building time.timeZone is set to null
(default)
2025-10-17 15:19:44 +01:00
Sophie Taylor 1020145d49
nixos/bind: run named-checkconf on config file 2025-10-17 15:14:15 +09:00
nixpkgs-ci[bot] a9cd171877
Merge master into staging-next 2025-10-17 00:16:42 +00: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
Sandro Jäckel 1f60b27cd1
userborn: do not use mkForce to disable activationScripts 2025-10-16 23:24:26 +02:00
Sandro 169209844b
opkssh: init service (#426493) 2025-10-16 20:56:16 +00:00
Sandro 421699ffd3
nixos/oink: restart oink.service on failure (#408622) 2025-10-16 20:49:01 +00: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
nixpkgs-ci[bot] def5232766
Merge master into staging-next 2025-10-16 18:05:40 +00:00
Gutyina Gergő 98c30482ed
nixos/glance: restart service on failure 2025-10-16 19:59:23 +02:00
h7x4 3f43269131
nixos/soju: remove default db definition from generated config (#366042) 2025-10-17 02:53:27 +09:00
h7x4 67d881747f
nixos/pairdrop: init module (#378907) 2025-10-16 17:09:10 +00:00
nixpkgs-ci[bot] 6bec4e9adf
Merge master into staging-next 2025-10-16 12:07:21 +00:00
Gaétan Lepage 18e5db2cf2
nixos/cosmic: add missing dependencies (#449426) 2025-10-16 10:13:21 +00:00
Diogo Correia 3017b2746c
nixos/pairdrop: init module 2025-10-16 10:22:06 +01:00
Kajus Naujokaitis fdf2614155
nixos/cosmic: add missing dependencies
- added missing dependencies for some cosmic tools
  - cosmic-settings network page
    'networkmanagerapplet' for 'nm-connection-editor'
  - cosmic-settings-daemon
    'pulseaudio' for 'pactl'
    'glib' for 'gsettings'
2025-10-16 12:17:41 +03:00
Jeremy Baxter c7ac6cf8e5 nixos/oink: restart oink.service on failure 2025-10-16 21:27:49 +13:00
nixpkgs-ci[bot] 54fbf808c7
Merge master into staging-next 2025-10-16 00:16:37 +00:00
Aaron Andersen 02930bd6db
httpd: change redirect status code to 301 when using forceSSL (#405295) 2025-10-16 00:09:51 +00:00
Pol Dellaiera 985ab75c84 nixos/gitlab-runner: fix broken link 2025-10-15 20:38:56 +02:00
Pol Dellaiera 38b1c19ecd nixos/gitlab-runner: clarify the use of extraPackages 2025-10-15 20:38:56 +02:00
nixpkgs-ci[bot] 003c57b969
Merge master into staging-next 2025-10-15 18:05:52 +00:00
Jeremy Stucki 6b3460f0b1
nixos/factorio: add extraArgs option 2025-10-15 18:00:36 +02:00
h7x4 22244d965a
nixos/tsidp: pass dir flag to avoid state being created in $HOME/.config (#452238) 2025-10-15 13:51:48 +00:00
Martin Weinelt af0bfe2d3a
nixos/limesurvey: nginx support (#448680) 2025-10-15 13:38:59 +00:00
Antonis Kotronakis fd20b1b44b nixos/tsidp: pass dir flag to avoid state being created in $HOME/.config 2025-10-15 14:06:26 +01:00
K900 f2166b5bff Merge remote-tracking branch 'origin/master' into staging-next 2025-10-15 09:27:11 +03:00
Fernando Rodrigues 0ebdbfae58
maintainers: remove patternspandemic (#452095) 2025-10-15 04:53:41 +00:00
patternspandemic 31ebd81a77 maintainers: remove patternspandemic 2025-10-14 19:07:35 -07:00
h7x4 2f8917306a
nixos/tor: fix nix expression for BindPaths (#452015) 2025-10-15 01:17:31 +00:00