Jörg Thalheim
1d442b3b68
Merge pull request #186087 from Mic92/consul
...
nixos/consul: use signal instead of api for reload
2022-11-06 20:32:19 +01:00
Maximilian Bosch
91d7b27cfb
Merge pull request #189756 from alyssais/mailman-virtualRoot
...
nixos/mailman: add serve.virtualRoot option
2022-11-06 12:42:48 +01:00
Naïm Favier
7e14da4b2f
Merge pull request #199785 from xeals/influxdb2-timezone
2022-11-06 12:17:28 +01:00
Franz Pletz
7519cb2c7c
Merge pull request #198638 from KFearsoff/fix-node-exporter-netdev-collector
...
nixos/prometheus-node-exporter: fix netdev collect
2022-11-06 12:05:09 +01:00
Bobby Rong
59727943df
Merge pull request #196877 from luochen1990/fix-synergy-server-tls
...
synergy: fix services.synergy.server.tls.cert (#196867 )
2022-11-06 17:41:02 +08:00
xeals
de4601c37e
nixos/influxdb2: set timezone data environment variable
...
Go reads the timezone database from ZONEINFO instead of TZDIR, which is otherwise
unset.
2022-11-06 11:12:42 +11:00
Maximilian Bosch
19bf0264bb
Merge pull request #199345 from Ma27/bump-nextcloud
...
nextcloud: 24.0.6 -> 24.0.7, 25.0.0 -> 25.0.1
2022-11-05 17:19:09 +01:00
Bjørn Forsman
f23ddc55a6
nixos/sane: mention sane-airscan in the extraBackends option
...
It's a very useful backend (that probably should be enabled by default,
like on Ubuntu), let's start by making it easier to discover.
Ref https://github.com/NixOS/nixpkgs/issues/28406 .
2022-11-05 16:19:04 +01:00
Martin Weinelt
7bbc6e29b1
nixos/home-assistant: update bluetooth components
2022-11-05 13:30:17 +01:00
happysalada
9c341e1ba3
erigon: init module
2022-11-05 06:36:29 -04:00
Dominique Martinet
665d896244
logrotate: add services.logrotate.settings example
2022-11-05 10:34:04 +09:00
Dominique Martinet
01ff1dd23f
logrotate service: cleanup deprecated options
2022-11-05 10:34:03 +09:00
ajs124
42ec4ec905
Merge pull request #198303 from cleeyv/jitsi-update
...
Update of all Jitsi Meet components
2022-11-03 22:57:04 +01:00
Maximilian Bosch
ad21c759d4
nixos/nextcloud: fix upgrade warning
2022-11-03 14:32:21 +01:00
Vladimír Čunát
27eae99b3e
Merge #198236 : staging-next 2022-10-28
2022-11-02 17:33:20 +01:00
Erik Arvstedt
828cd4c895
nixos/bitcoind: fix rare startup error
...
Previously, dhcpcd and bitcoind starting up in parallel could lead to
the following error in bitcoind:
```
bitcoind: libevent: getaddrinfo: address family for nodename not supported
bitcoind: Binding RPC on address 127.0.0.1 port 8332 failed.
bitcoind: Unable to bind any endpoint for
```
After the initial failure, the bitcoind service would always restart successfully.
This race condition, where both applications were simultaneously
manipulating network resources, was only triggered under specific
hardware conditions.
Fix it by running bitcoind after dhcp has started (by running after
`network-online.target`).
This bug and the fix only affect the default NixOS scripted
networking backend.
2022-11-02 12:31:40 +01:00
github-actions[bot]
d6b8789005
Merge master into staging-next
2022-11-02 06:04:45 +00:00
Julien Moutinho
e1930cf933
nixos/sourcehut: removing myself from maintainers
...
Sourcehut is too complex, fast moving and RAM hungry for me.
I'll make do with gitolite and public-inbox for now.
2022-11-01 21:56:37 -04:00
github-actions[bot]
075f0857dd
Merge master into staging-next
2022-11-02 00:02:32 +00:00
Sandro
a01b2b807e
Merge pull request #197221 from azahi/endlessh-module
2022-11-01 23:44:25 +01:00
Sandro
796cc1ad51
Merge pull request #198532 from raindev/syncthing-devices-folders
2022-11-01 23:28:33 +01:00
Sandro
dcb0e1f692
Merge pull request #194059 from onny/invoiceplane-test
2022-11-01 22:53:13 +01:00
Jonas Heinrich
a6e8bd09f3
invoiceplane: 1.5.11 -> 1.6-beta-1
2022-11-01 19:48:09 +01:00
github-actions[bot]
76cceffaf9
Merge master into staging-next
2022-10-31 12:01:26 +00:00
Stanisław Pitucha
08fbb5de2d
Merge pull request #190325 from fgaz/merecat/init
...
merecat: init at 2.31
2022-10-31 21:23:03 +11:00
Maximilian Bosch
2d79fdf801
Merge pull request #198142 from SuperSandro2000/nextcloud-logType
...
nixos/nextcloud: allow changing logType
2022-10-31 10:57:00 +01:00
Francesco Gazzetta
b43605fb03
nixos/merecat: init
2022-10-31 09:24:28 +01:00
github-actions[bot]
5a9ca012a5
Merge master into staging-next
2022-10-31 06:01:16 +00:00
Sandro
b99b28431c
Merge pull request #197987 from SuperSandro2000/grafana-socket
2022-10-31 01:45:42 +01:00
github-actions[bot]
9d424dbc41
Merge master into staging-next
2022-10-31 00:02:32 +00:00
Sandro
00bde1ac69
Merge pull request #197870 from SuperSandro2000/udev-enable
2022-10-30 19:58:23 +01:00
Sandro
4d4fdde2cf
Merge pull request #197876 from iopq/alt-history
2022-10-30 19:51:28 +01:00
Sandro
4f989630d2
Merge pull request #197989 from SuperSandro2000/healthchecks
2022-10-30 19:46:18 +01:00
Bjørn Forsman
fcf81f91a3
nixos/jenkins-job-builder: better defaults for accessUser/accessTokenFile
...
The new defaults allows jenkins-job-builder to reload the configuration
out-of-the-box, whereas the previous defaults required users to manually
reload/restart jenkins, or configure accessUser/accessTokenFile
themselves.
(If `extraJavaOptions = [ "-Djenkins.install.runSetupWizard=false" ]`
then the initial admin user is *not* created and you have to use JCasC
or something else to bootstrap.)
2022-10-30 19:01:48 +01:00
github-actions[bot]
4f746003cf
Merge master into staging-next
2022-10-30 18:01:14 +00:00
Winter
4abe8dcd61
nixos/mautrix-telegram: fix link to example config
2022-10-30 13:20:16 -04:00
Winter
8e803f4364
nixos/mautrix-telegram: add new required config option
2022-10-30 13:20:16 -04:00
KFears
b3782f29ff
nixos/prometheus-node-exporter: fix netdev collect
...
Netdev collector needs AF_NETLINK permissions to work. It will fail with
the message "couldn't get netstats: socket: address family is not
supported by protocol" otherwise.
2022-10-30 14:59:05 +04:00
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]
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
github-actions[bot]
6e5f43a5bd
Merge master into staging-next
2022-10-28 18:01:29 +00: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
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