0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-19 16:40:32 +03:00
Commit graph

52122 commits

Author SHA1 Message Date
Martin Weinelt
a794031c59
Revert "nixos/dovecot: improve and harden systemd unit" 2025-07-06 02:13:07 +02:00
Pol Dellaiera
15ca7756ff
nixos/drupal: extend module tests (#422485) 2025-07-05 23:07:27 +02:00
John Titor
766ad54fde treewide: remove primeos from maintainers
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-07-06 00:00:32 +05:30
Will Fancher
c90c29bacc nixos/bcachefs: Parse tags
Fixes #317901
2025-07-05 23:46:05 +05:30
Maximilian Bosch
85ec73855b
Merge: nixos/nextcloud: document nextcloud-occ command (#422639) 2025-07-05 18:44:48 +02:00
Andrew Benbow
76af9af854 nixos/drupal: extend module tests 2025-07-05 11:55:35 -04:00
Wolfgang Walther
aa0388067d
postgresql_18: init at 18beta1 (#411958) 2025-07-05 14:08:39 +00:00
Kamil Monicz
f9339c853e
nixos/postgresql: document beta versioning 2025-07-05 15:36:17 +02:00
Kamil Monicz
82248a6f7a
nixos/postgresql: warn about unstable status 2025-07-05 15:36:14 +02:00
Ivan Dimitrov
ff75103a7c
nixos/monero: allow pruning with option (#421289) 2025-07-05 14:28:39 +02:00
Maximilian Bosch
dc3b2f425d
Merge: nixos/rust-motd: use existing PAM options to configure pam_motd (#420885) 2025-07-05 13:09:25 +02:00
Aleksana
64bee8c6eb
nixos/fcitx5: fix ignoreUserConfig being ignored in some cases (#417180) 2025-07-05 19:00:54 +08:00
Maximilian Bosch
5a6f0a43ae
nixos/nextcloud: document nextcloud-occ command
It's not clear how to use this command in other systemd units, this
section gives a recommendation.

I realized that there's no explicit mention of `nextcloud-occ` in the
first place, so I wrote some introductory sentences as well.
2025-07-05 12:42:06 +02:00
Kamil Monicz
abc5cff372
nixos/postgresql: deduplicate postgresql and use cfg.finalPackage 2025-07-05 11:52:42 +02:00
Maximilian Bosch
0ccca18bd8
Merge: nixos/nextcloud-notify_push: allow overwriting recommendedProxySettings without mkForce (#421786) 2025-07-05 11:40:11 +02:00
Aleksana
4ed0014d36
nixos/fish: follow symlinks in completion generation (#420942) 2025-07-05 17:36:13 +08:00
Maximilian Bosch
c21958fae8
Merge: nixos/nextcloud: add assertion explaining to set dbtype (#422433) 2025-07-05 10:00:20 +02:00
K900
a6900e5833
nixos/lasuite-meet: init (#407742) 2025-07-05 10:21:40 +03:00
soyouzpanda
7571691b53 nixos/tests/lasuite-meet: init 2025-07-05 10:10:15 +03:00
soyouzpanda
15f71480e2 nixos/lasuite-meet: init 2025-07-05 10:10:15 +03:00
Morgan Jones
2ba055ea87
util-linux, kubernetes, k3s: drop util-linux.withPatches (#421985) 2025-07-04 19:23:49 -07:00
Pol Dellaiera
e0472e2056
nixos/drupal: make https the default for Caddy (#418254) 2025-07-04 23:47:12 +02:00
Dominique Martinet
78a20758e0 nixos/nextcloud: add assertion explaining to set dbtype
Since 25.05 dbtype no longer defaults to sqlite and this yields an error
that is understandable enough but not easy to properly address.

Add an assert that is more explicit.

Before:
```
       error: The option `nodes.nextcloud.services.nextcloud.config.dbtype' was accessed but has no value defined. Try setting the option.
```

After:
```
       error:
       Failed assertions:
       - `services.nextcloud.config.dbtype` must be set explicitly (pgsql, mysql, or sqlite)

       Before 25.05, it used to default to sqlite but that is not recommended by upstream.
       Either set it to sqlite as it used to be, or convert to another type as described
       in the official db conversion page:
       https://docs.nextcloud.com/server/latest/admin_manual/configuration_database/db_conversion.html
```

Link: https://github.com/NixOS/nixpkgs/pull/369242#issuecomment-3036296243
2025-07-05 06:35:26 +09:00
Martin Weinelt
f633ed9278
nixos/installer: enable networkmanager by default (#420923) 2025-07-04 22:21:11 +02:00
Martin Weinelt
7182d4ccf4
nixos/network-interfaces-systemd: support WoL and ProxyARP (#420912) 2025-07-04 22:20:02 +02:00
Martin Weinelt
4dd357b322
nixos/network-interfaces-systemd: support WoL and ProxyARP
This completes support for all `network.interfaces` options.
2025-07-04 22:13:16 +02:00
Sandro
3376b10c73
nixos/nixos-generate-config: remove extra indentation in flake output (#420274) 2025-07-04 21:48:28 +02:00
Sandro
9cd5c938a0
nixos/cnping: fix setcap wrapper (#394915) 2025-07-04 20:07:14 +02:00
Aleksana
019723d6b2
nixosTests: handleTest -> runTest, batch 2 (#414711) 2025-07-05 01:05:09 +08:00
Aleksana
898eefc571
nixos/stage-1: fix option path in message (#422130) 2025-07-05 00:43:00 +08:00
Wolfgang Walther
778b27d2e9
doc: fixed number of Privacy Extensions RFC 4941 (#393402) 2025-07-04 15:45:08 +00:00
Jacek Galowicz
ab99b1fbb1
nixos/test-driver: fix race in parallelized OCR (#422370) 2025-07-04 16:41:28 +02:00
Cosima Neidahl
fc35b30678
galene-stream: init at 0.2.0 (#405556) 2025-07-04 15:01:37 +02:00
Sizhe Zhao
503a6ed79d
nixosTests.gemstash: handleTest -> runTest 2025-07-04 20:59:42 +08:00
Sizhe Zhao
bc32ab809c
nixosTests.fsck{,-systemd-stage-1}: handleTest -> runTest 2025-07-04 20:59:42 +08:00
Sizhe Zhao
da6ecbe539
nixosTests.freshrss: handleTest -> runTest 2025-07-04 20:59:42 +08:00
Sizhe Zhao
40a27ed8e7
nixosTests.flannel: handleTest -> runTest 2025-07-04 20:59:42 +08:00
Sizhe Zhao
bb76321386
nixosTests.firewall{,-nftables}: handleTest -> runTest 2025-07-04 20:59:42 +08:00
Sizhe Zhao
ab94f9518a
nixosTests.ferretdb: handleTest -> runTest 2025-07-04 20:59:42 +08:00
Sizhe Zhao
a5e74df22d
nixosTests.fcitx5: handleTest -> runTest 2025-07-04 20:59:42 +08:00
Sizhe Zhao
748a3d5266
nixosTests.etcd-cluster: handleTest -> runTest 2025-07-04 20:59:42 +08:00
Sizhe Zhao
969bed3f90
nixosTests.etcd: handleTest -> runTest 2025-07-04 20:59:42 +08:00
Sizhe Zhao
5df085c57a
nixosTests.early-mount-options: handleTest -> runTest 2025-07-04 20:59:41 +08:00
Sizhe Zhao
7ea4b7c71a
nixosTests.earlyoom: handleTest -> runTest 2025-07-04 20:59:41 +08:00
Sizhe Zhao
a72c8b8f69
nixosTests.dovecot: handleTest -> runTest 2025-07-04 20:59:41 +08:00
Sizhe Zhao
af4f64154f
nixosTests.custom-ca: handleTest -> runTest 2025-07-04 20:59:41 +08:00
Sizhe Zhao
ea619766ea
nixosTests.docker-tools: handleTest -> runTest 2025-07-04 20:59:41 +08:00
Sizhe Zhao
9880867c45
nixosTests.dnscrypt-proxy2: handleTest -> runTest 2025-07-04 20:59:41 +08:00
Sizhe Zhao
5d3ba0f9a5
nixosTests.dhparams: handleTest -> runTest 2025-07-04 20:59:41 +08:00
Sizhe Zhao
2dd453b74b
nixosTests.cri-o: handleTest -> runTest 2025-07-04 20:59:41 +08:00