Commit graph

41092 commits

Author SHA1 Message Date
Sandro 3ec2f6f74f
nixos/synapse-auto-compressor: remove alias usage (#455644) 2025-10-29 12:19:59 +00:00
numinit 6ddde224ea
mattermost: update to 10.11 ESR and 11.x latest (#456362) 2025-10-29 04:20:32 +00:00
Sandro bd820895a9
nixos/rsync: remove assertion (#455800) 2025-10-29 00:28:40 +00:00
Thomas Gerbet 7f2539ca08
strongswan: 6.0.2 -> 6.0.3 (#456279) 2025-10-28 18:43:16 +00:00
Wolfgang Walther 6691c568b0
nixosTests.gitlab: fix eval
This was recently turned into a throw.
2025-10-28 18:06:49 +01:00
Philip Taron 01898764b6
treewide: replace "yes" else "no" usages to lib.boolToYesNo (#442387) 2025-10-28 16:25:46 +00:00
Sandro 724c799de3
nixos/trackpoint: add missing settings and update descriptions (#440539) 2025-10-28 12:54:08 +00:00
Yaya ba840a89e0
nixos/snowflake-proxy: add extraFlags option (#453315) 2025-10-28 09:52:27 +00:00
Morgan Jones 42f8f463bf
nixos/mattermost: require Postgres for version 11+ 2025-10-27 20:26:11 -07:00
Nick Cao 981c7d9cb0
nixos/strongswan-swanctl: update options for strongswan 6.0.3 2025-10-27 18:43:33 -04:00
Alyssa Ross 5babdff0a1
nixos/anubis: add support for a dedicated RuntimeDirectory per instance (#437667) 2025-10-27 17:32:34 +00:00
Arthur Gautier ad72569247
modules/image/repart: fixup partitions example (#455358) 2025-10-27 16:37:18 +00:00
Johannes Kirschbauer 4ad85b485d
various: lib usage improvements - prefer removeAttrs over filterAttrs (#455787) 2025-10-27 16:17:52 +00:00
h7x4 f964b6a027
nixos/iio-niri: move from programs to services/misc (#455219) 2025-10-27 15:51:12 +00:00
Jörg Thalheim 6316f6c89d
nixos/facter: add networking configuration (#455151) 2025-10-27 14:37:51 +00:00
Philip Taron 4160763d74
various: lib usage improvements - prefer elem over any for list inclusion conditions (#455789) 2025-10-27 13:21:20 +00:00
Maximilian Bosch c3615b0f5d
nixos/nextcloud: Allow disabling initial admin user creation on Nextcloud >= 32 (#418378) 2025-10-27 11:24:44 +00: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
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
Masum Reza f0168af13a
nixos/stage-1: fix nix parsing error (#455759) 2025-10-26 09:58:38 +00:00
John Titor 471e2931e8 nixos/stage-1: fix nix parsing error
```
error: A definition for option `boot.initrd.systemd.extraBin.mount' is not of type `absolute path'. Definition values:
       - In `/nix/store/h259dzilgbvpfsnlcyims14jrcdnx8fk-source/nixos/modules/tasks/filesystems/zfs.nix':
           {
             zfs = "/nix/store/hxg3s5l92y9n9m48p872i62dn5ck33hx-zfs-user-2.4.0-rc3/sbin/mount.zfs";
           }

```
Fixes https://github.com/NixOS/nixpkgs/pull/414391#issuecomment-3448084329
2025-10-26 14:27:21 +05:30
h7x4 b827f37cb8
nixos/dolibarr: lib.any -> lib.elem 2025-10-26 16:23:36 +09:00
h7x4 6992ef3a7f
nixos/kernel_config: 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 574cb2c541
nixos/i18n: lib.any -> lib.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 ddb37e12c2
nixos/networkd: lib.mapAttrsToList -> lib.attrNames 2025-10-26 15:33:33 +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 36baa254b4
nixos/i18n: lib.any -> lib.elem 2025-10-26 15:31:36 +09:00
h7x4 77bd061030
nixos/systemd: lib.filterAttrs -> lib.removeAttrs 2025-10-26 15:21:23 +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
h7x4 a01ac0648c
nixos/i18n: lib.filterAttrs -> lib.removeAttrs 2025-10-26 15:21:21 +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