github-actions[bot]
a7989ee51a
Merge master into staging-next
2022-10-30 06:01:22 +00:00
Kevin Cox
610fcf1243
nixos/mautrix-facebook: add new required config option
2022-10-29 20:59:36 -04:00
github-actions[bot]
7cf1999911
Merge master into staging-next
2022-10-30 00:02:33 +00:00
Andrew Barchuk
43bc09e037
nixos/syncthing: keep manually added dirs/devices
...
If folders and devices are not configured explicitly, do not wipe the
changes done via the web GUI. Currently the list of devices or folders
will be reset unless overrideFolders/overrideDevices is disabled.
2022-10-30 00:22:00 +02:00
Mario Rodas
1fb589678b
Merge pull request #197906 from jtojnar/postgres-upgrading-exts
...
doc/nixos/postgress: Mention extensions in upgrading
2022-10-29 14:25:46 -05:00
github-actions[bot]
d3cd7d0199
Merge master into staging-next
2022-10-29 18:01:22 +00:00
Federico Beffa
06bc65dd16
nixos/languagetool: fix startup configuration option
2022-10-29 18:05:53 +02:00
Thomas Gerbet
c7c4f66546
cassandra_2_1, cassandra_2_2: drop
...
Cassandra 2.x is no more supported upstream and is affected by some vulnerabilities
(CVE-2020-13946, CVE-2020-17516).
2022-10-29 17:49:57 +02:00
Florian Klink
55c1fca0d8
Merge pull request #198336 from ck3d/doc-overrideStrategy
...
doc/rl-2211: add new option overrideStrategy
2022-10-29 16:24:42 +01:00
Christian Kögler
fa269d4e0d
doc/rl-2211: add new option overrideStrategy
2022-10-29 16:19:50 +02:00
github-actions[bot]
18b25cbb99
Merge master into staging-next
2022-10-29 12:01:19 +00:00
Martin Weinelt
f3c660e95b
Merge pull request #198298 from yorickvP/int-rm-leading-zeroes
2022-10-29 12:37:51 +02:00
Naïm Favier
3a13505cc8
Merge pull request #194644 from the-argus/feat/mkdefault-etc-issue
2022-10-29 11:44:06 +02:00
Thiago Kenji Okada
f83198ab9c
Merge pull request #171680 from bryanasdev000/zfshibernation
...
nixos/zfs: introduce option to control hibernation
2022-10-29 10:37:52 +01:00
Bryan A. S
a53858010b
nixos/zfs: introduce option to control hibernation
2022-10-29 04:46:27 -03:00
Euan Kemp
9d477c37ac
nixos/tests/k3s: fix multi-node test
...
This corrects the multi-node test after a couple recent changes which
resulted in it being broken.
The `lib.toString` change was an incorrect tree-wide refactor, and the
aarch64 change also introduced an error in python indentation/formatting
I believe.
2022-10-28 21:03:30 -07:00
github-actions[bot]
f349a716a3
Merge master into staging-next
2022-10-29 00:02:26 +00:00
Robert Hensing
39b10ad867
Merge pull request #198294 from edolstra/no-toString
...
nixos/modules/misc/documentation.nix: Don't use toString on a path
2022-10-28 22:28:08 +02:00
github-actions[bot]
6e5f43a5bd
Merge master into staging-next
2022-10-28 18:01:29 +00:00
seb314
82c5c3c9a9
wireguard: when dyn-dns refresh is enabled, reconnect after failures
...
Make the dynamic-dns refresh systemd service (controlled via the
preexisting option dynamicEndpointRefreshSecond) robust to e.g. dns
failures that happen on intermittent network connections.
Background:
When dns resolution fails with a 'permanent' error ("Name or service not
known" instead of "Temporary failure in name resolution"), wireguard
won't retry despite WG_ENDPOINT_RESOLUTION_RETRIES=infinity.
-> This change should improve reliability/connectivity.
somewhat related thread: https://github.com/NixOS/nixpkgs/issues/63869
2022-10-28 19:16:05 +02:00
Florian Klink
eec71f9dee
Merge pull request #186314 from ck3d/unit-add-map-control
...
nixos: Add option to influence override strategies in systemd units
2022-10-28 17:56:49 +02:00
iopq
96f7444bc8
nixos/xray: init service
2022-10-28 23:53:41 +08:00
Cleeyv
2ef91019db
jibri: 8.0-93 -> 8.0-139
...
- Fix of accidental downgrade in #158911
- Update of runtime from Java 8 -> 11
2022-10-28 11:42:55 -04:00
pennae
d55c393aa2
nixos/mosquitto: fix test
...
looks like stricter typing checks broke this one?
2022-10-28 17:39:30 +02:00
pennae
15372dc4d4
nixos/mosquitto: clarify hashedPassword generation
...
unfortunately we cannot use other tools (like mkpasswd) instead of
mosquitto_passwd because mosquitto is incompatible with the standard
crypt format.
2022-10-28 17:39:30 +02:00
Yorick van Pelt
af4a43e36a
treewide: convert fake octal ints to strings
...
These were being cast to strings later and then reinterpreted as
octal.
2022-10-28 17:23:44 +02:00
Eelco Dolstra
2e860868fe
nixos/modules/misc/documentation.nix: Don't use toString on a path
...
It gives a warning on the lazy-trees branch of Nix
(https://github.com/NixOS/nix/pull/6530 ) and should generally be
avoided because it causes an unnecessary copy to the store.
2022-10-28 17:05:03 +02:00
github-actions[bot]
442b0d9140
Merge master into staging-next
2022-10-28 12:01:44 +00:00
Sandro Jäckel
3c4c38a799
nixos/tests/healthchecks: update test for auto user change in healthchecks-manage
2022-10-28 13:34:18 +02:00
Naïm Favier
94d24f136e
nixos/vdirsyncer: fix description
2022-10-28 11:59:34 +02:00
Sebastian Reuße
5764782921
nixos/shells: support defining aliases beginning with a dash or plus
...
Both Zsh and Bash support aliases that begin with characters also used to
indicate options to the “alias” built-in command, as long as the alias
definition is preceeded by a double dash.
This allows, e.g, for “alias -- +x=chmod +x”.
2022-10-28 08:37:05 +02:00
github-actions[bot]
d4c6e9186b
Merge staging-next into staging
2022-10-28 00:03:13 +00:00
ajs124
32cf6b29ab
Merge pull request #194291 from bronson/sort-etc-clean
...
Sort /etc/.clean to reduce spurious file changes
2022-10-28 00:47:15 +02:00
Sandro
432e5e65a9
Merge pull request #197104 from Luflosi/kubo-RFC42
2022-10-27 23:48:33 +02:00
Sandro Jäckel
44cdc6104a
nixos/nextcloud: allow changing logType
2022-10-27 23:32:00 +02:00
Sandro Jäckel
887462db03
nixos/healthchecks: allow appending to EnvironmentFile to easily and securely setting EMAIL_HOST_PASSWORD
2022-10-27 22:35:28 +02:00
Patrick Jackson
316948c5ad
nixos/mullvad-vpn: add cross-platform availability announcement to release notes
2022-10-27 12:39:25 -07:00
Patrick Jackson
1c1af8d2f2
nixos/mullvad-vpn: add patricksjackson to maintainers
2022-10-27 12:38:48 -07:00
Patrick Jackson
3aa131978d
nixos/mullvad-vpn: add the package option
2022-10-27 12:38:48 -07:00
Sandro Jäckel
897044e435
nixos/healthchecks: automatically invoke sudo in the wrapper
...
much like nextcloud-occ does
2022-10-27 21:21:53 +02:00
Christian Kögler
9bb2a979d4
nixos/tests/machinectl: Disable tmpfs for /tmp
2022-10-27 20:19:18 +02:00
Christian Kögler
6d31353099
nixos: Add unit option overrideStrategy
2022-10-27 20:19:18 +02:00
github-actions[bot]
c2ec40a74a
Merge staging-next into staging
2022-10-27 18:02:10 +00:00
Robert Hensing
8837a5d68e
Merge pull request #195681 from maifel-maifel/mr-containers-hostPlatform
...
nixos/containers: now uses nixpkgs.hostPlatform
2022-10-27 17:52:45 +02:00
Martin Weinelt
96d7f29087
Merge pull request #176553 from MalteT/fix/smartctl-exporter-override
2022-10-27 15:50:54 +02:00
Rafal Proszowski
2c9700acf0
nixos/sonarr: add package option
2022-10-27 08:49:23 -04:00
github-actions[bot]
d2dd10ada4
Merge staging-next into staging
2022-10-27 12:02:33 +00:00
Bernardo Meurer
948fd41c77
Merge pull request #198056 from hercules-ci/nixos-fix-nixpkgs-assertion-when-pkgs-is-set
2022-10-27 12:58:11 +01:00
Robert Hensing
5d663a9171
nixos/nixpkgs.nix: Fix assertion when nixpkgs.pkgs is set
2022-10-27 13:41:01 +02:00
Frederik Rietdijk
d3ca664b6a
Merge staging-next into staging
2022-10-27 10:06:54 +02:00