Majiir Paktu
ad83bff008
nixos/binfmt: restart systemd-binfmt when registrations change
2022-11-07 11:28:47 +01:00
Maximilian Bosch
b40b8b92e2
nixos/wordpress: ensure that fonts already exists
...
Not a big deal in most of the cases because wordpress ensures that this
directory exists on its own, but with our twentig customizations that's
actually causing issues.
(cherry picked from commit 3285342bfe5f401dda84c13c834e73154928a61c)
2022-11-07 10:08:01 +01:00
Edward Tjörnhammar
83ecc90d10
nixos/mdevctl: init module
2022-11-07 09:05:23 +00:00
github-actions[bot]
5f9b3cb99e
Merge master into staging-next
2022-11-07 06:01:28 +00:00
zowoq
58a59738d5
nixos/tests/podman: fix rootless systemd
2022-11-07 14:11:34 +10:00
zowoq
bbfdc6ce4d
nixos/tests/podman: move docker tests to separate node
2022-11-07 14:11:34 +10:00
github-actions[bot]
e51ba60580
Merge master into staging-next
2022-11-07 00:03:30 +00:00
Maximilian Bosch
f54c651ba5
Merge pull request #199905 from booklearner/patch-1
...
alps: fix default smtp port
2022-11-06 23:59:21 +01:00
Doron Behar
c568890eb8
Merge pull request #133537 from Yarny0/foomatic-db
...
foomatic-db ppd files
2022-11-06 22:25:55 +00:00
Jörg Thalheim
efa5fc967f
Merge pull request #199875 from helsinki-systems/fix/mariadb-tests
...
mariadb: fix nixos tests
2022-11-06 22:11:53 +01:00
booklearner
59bd411df9
alps: fix default smtp port
2022-11-06 16:00:34 -05:00
Michael Weiss
673f7d025b
nixos/tests/chromium: Re-enable the chrome://gpu test for M107
...
I need to fix copying the chrome://gpu content to the clipboard (Ctrl+a doesn't
work anymore so we have to click the button) but we can at least test the font
rendering for now.
2022-11-06 21:48:57 +01:00
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
Domen Kožar
8993cc730d
Merge pull request #199770 from domenkozar/nixos-options-markdown
...
nixos options markdown: fix html escaping
2022-11-06 18:08:59 +00:00
github-actions[bot]
6e2df29235
Merge master into staging-next
2022-11-06 18:01:32 +00:00
ajs124
f22af0612d
mariadb: fix nixos tests
...
after 8b30afdd78
2022-11-06 18:49:17 +01:00
Jakub Okoński
12508ac79a
nixos-container: force systemd-nspawn to use unified cgroups hierarchy
2022-11-06 17:12:02 +01:00
Yarny0
6f622e91c5
cups-drv-rastertosag-gdi (cups driver): gzip ppd files
...
ppd files are gzipped to save some space.
The `gzip` "-n" option prevents gzip from storing
a timestamp, thus facilitating reproducibility.
2022-11-06 16:19:22 +01:00
Madoura
e747d0a368
protonup-ng: init at 0.2.1
...
Co-authored-by: IceDBorn <github.envenomed@dralias.com>
2022-11-06 09:05:55 -06:00
Naïm Favier
0cc3d43a70
Merge pull request #191796 from hmenke/njs
...
nginxModules.njs: init at 0.7.8
2022-11-06 13:31:03 +01:00
github-actions[bot]
e8dd554943
Merge master into staging-next
2022-11-06 12:01:29 +00: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
github-actions[bot]
a46c8c1b26
Merge master into staging-next
2022-11-06 00:02:47 +00:00
Domen Kožar
e190302018
nixos options markdown: fix html escaping
...
\<foo\> will often be displayed like \<foo>, for example by mkdocs.
I've tested a number of markdown renderers and they render html escape
sequences fine.
2022-11-05 21:20:01 +00:00
Henri Menke
9ab02e1ec6
nginxModules.njs: init at 0.7.8
2022-11-05 21:40:57 +01:00
Maximilian Bosch
dc03bcda57
Merge pull request #199683 from robryk/wrappertests
...
nixos/security/wrappers: add test
2022-11-05 20:57:46 +01:00
github-actions[bot]
a8cf6897e5
Merge master into staging-next
2022-11-05 18:01:11 +00: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
98a7c26e26
Merge pull request #193041 from vlinkz/calamaresmoduleupdate
2022-11-05 15:40:20 +01:00
Martin Weinelt
7bbc6e29b1
nixos/home-assistant: update bluetooth components
2022-11-05 13:30:17 +01:00
github-actions[bot]
3674d6a755
Merge staging-next into staging
2022-11-05 12:02:05 +00:00
Robert Obryk
3628ad0a9e
nixos/security/wrappers: add test
...
This is a small smoke test of each piece (setuid, setgid, caps) of
wrappers' functionality. It doesn't try to check for combinations of
functionalities or anything more complicated.
2022-11-05 12:38:11 +01:00
happysalada
9c341e1ba3
erigon: init module
2022-11-05 06:36:29 -04:00
Bjørn Forsman
4fbec87a5b
nixos/sane: point env vars to /etc for quick reload
...
Point $SANE_CONFIG_DIR and $LD_LIBRARY_PATH to symlinks in /etc, instead
of directly to nix store paths, so that activating a new configuration
takes effect immediately, instead of requiring users to re-login.
2022-11-05 10:40:51 +01:00
github-actions[bot]
52c99d862c
Merge staging-next into staging
2022-11-05 06:02:05 +00:00
Artturi
bed653c5fa
Merge pull request #164169 from martinetd/logrotate_post_cleanup
...
logrotate: cleanup legacy options
2022-11-05 04:27:33 +02:00
Lin Jian
fb445b517e
nixos/fish: use a local version of runCommand for babelfishTranslate
...
Building etc."fish/setEnvironment.fish" needs
config.system.build.setEnvironment, which can be very large. And what
babelfishTranslate does is to translate env vars exported by bash
syntax, which does not need much computing power.
This patch can reduce the network traffic when using remote builders
with almost no harm.
2022-11-04 18:35:18 -07: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
Robert Hensing
9299483604
nixos/top-level.nix: Move configurationName to grub.nix
...
The configuration-name file is grub specific, so it should not be
in top-level.nix.
2022-11-05 00:25:46 +01:00
Robert Hensing
37fa46a224
nixos/top-level.nix: Remove workaround for #156533
2022-11-05 00:25:46 +01:00
Robert Hensing
0b05ed2c78
nixos/specialisation.nix: Extract module
2022-11-05 00:25:46 +01:00
Robert Hensing
d3ac0938a7
nixos/top-level.nix: Make extensible
...
(cherry picked from commit 4ec415cff9
)
2022-11-05 00:05:26 +01:00
Sandro
8017d9e2da
nixos/nix-daemon: don't give daemon by default high io priority
...
According to https://www.freedesktop.org/software/systemd/man/systemd.exec.html#IOSchedulingClass= the default is 4
2022-11-04 22:07:05 +01:00
github-actions[bot]
07bf88ec8f
Merge staging-next into staging
2022-11-04 18:01:42 +00:00
Guillaume Girol
c5df8359df
nixos/wireguard: start new peers when they are added
...
when a new peer is added, it does not modify any active units, because
the interface unit remains the same. therefore the new peer is not added
until next reboot or manual action.
2022-11-04 15:35:21 +01:00
Yannick Markus
50f308b059
nixos/prometheus-zfs-exporter: init
2022-11-04 14:43:01 +01:00
Bjørn Forsman
8973da1d91
nixos/tests/bazarr: set timezone to fix runtime failure
...
Ref. https://github.com/morpheus65535/bazarr/issues/1983 .
2022-11-04 14:10:31 +01:00
Bjørn Forsman
166c9c8269
nixos/tests/bazarr: fix eval error
...
The test still doesn't pass, it has some runtime issues as well.
Fixes: 5803706662
("nixos/tests: fix type mismatch in wait_for_open_port")
2022-11-04 14:10:31 +01:00
ajs124
92fe5610ff
Merge pull request #199094 from NickCao/pdns
...
pdns: 4.6.3 -> 4.7.2
2022-11-04 14:09:36 +01:00
github-actions[bot]
194df35602
Merge staging-next into staging
2022-11-04 06:02:00 +00:00
Anderson Torres
97f523e3c8
Merge pull request #185688 from bb2020/usbstor
...
nixos/usbStorage: add new option
2022-11-03 22:33:20 -03:00
Nick Cao
bbc2675e19
nixos/pdns: add note about schema change to release note
2022-11-04 09:07:27 +08:00
github-actions[bot]
08b08d0caf
Merge staging-next into staging
2022-11-04 00:03:34 +00:00
Franz Pletz
0fc1caab21
Merge pull request #199158 from aaronjheng/perf-trace
2022-11-04 00:19:56 +01:00
ajs124
f888abe781
Merge pull request #198484 from LeSuisse/cassandra-2-drop
...
cassandra_2_1, cassandra_2_2: drop
2022-11-04 00:05:42 +01:00
ajs124
2dd8b1bebf
Merge pull request #198998 from LeSuisse/percona-server56-drop
...
percona-server56: drop
2022-11-03 23:56:30 +01:00
Aaron Jheng
d7618af3d8
perf: remove trace binary
2022-11-03 22:31:38 +00: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
Cleeyv
6873292f43
nixos/tests/jibri: remove grep for obsolete videobridge health check
...
As already fixed earlier this year in the jitsi-meet test by @ajs124
729764a32d
2022-11-03 17:00:45 -04:00
ajs124
bdcc05301a
Merge pull request #198748 from Mic92/tt-rss
...
tt-rss: 2021-06-21 -> 2022-10-15
2022-11-03 20:48:34 +01:00
Maximilian Bosch
ad21c759d4
nixos/nextcloud: fix upgrade warning
2022-11-03 14:32:21 +01:00
github-actions[bot]
3e5d1d0000
Merge staging-next into staging
2022-11-02 18:02:19 +00:00
Victor Fuentes
f4e541427e
calamares-cd: default supporting all locales
2022-11-02 13:59:53 -04:00
Domen Kožar
a14e3dfaa5
Merge pull request #199182 from jfroche/fix/missing-module-ref
...
nixos/cachix-watch-store: fix missing reference to the module
2022-11-02 16:52:53 +00:00
Vladimír Čunát
27eae99b3e
Merge #198236 : staging-next 2022-10-28
2022-11-02 17:33:20 +01:00
Jean-François Roche
7506fbd7f4
nixos/cachix-watch-store: fix missing reference to the module
...
I forgot to add the module to the list when I have added the module (dc529302fe
)
2022-11-02 17:00:45 +01:00
Pavol Rusnak
6d973d7389
Merge pull request #199147 from erikarvstedt/fix-bitcoind-startup
...
nixos/bitcoind: fix rare startup error
2022-11-02 13:55:46 +01:00
Bernardo Meurer
c459a3638a
Merge pull request #198992 from lovesegfault/kernel-drop-eol
2022-11-02 12:48:53 +00:00
github-actions[bot]
71d2c63882
Merge staging-next into staging
2022-11-02 12:02:01 +00:00
github-actions[bot]
4b05cc6f66
Merge master into staging-next
2022-11-02 12:01:31 +00: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
Jörg Thalheim
951f81c0cc
nixos/systemd-unit-options: document correct wantedBy default for user units ( #199007 )
...
Until this commit, the documentation suggested `multi-user.target`
as `wantedBy` for all services.
Since `multi-user.target` is not available for user services,
propose a different default for those in the documentation.
Co-authored-by: Naïm Favier <n@monade.li>
Co-authored-by: Florian Warzecha <liketechnik@disroot.org>
2022-11-02 07:03:22 +00:00
github-actions[bot]
ff1df95c8f
Merge staging-next into staging
2022-11-02 06:05:15 +00: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]
452026e7da
Merge staging-next into staging
2022-11-02 00:03:04 +00:00
github-actions[bot]
075f0857dd
Merge master into staging-next
2022-11-02 00:02:32 +00:00
Naïm Favier
814628a45d
Merge pull request #174951 from dpausp/fix-pam-tty-audit
2022-11-01 23:50:58 +01: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
b9f986fb41
Merge pull request #199004 from SuperSandro2000/vmware-guest-xserver
2022-11-01 22:58:46 +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]
5a70f6da92
Merge staging-next into staging
2022-11-01 18:01:39 +00:00
github-actions[bot]
ef41cdba6c
Merge master into staging-next
2022-11-01 18:01:10 +00:00
Sandro
597ed547fc
Merge pull request #198637 from prusnak/miniupnpc
2022-11-01 18:17:18 +01:00
Sandro
4ca8261132
nixos/vmware-guest: depend headless option on xserver availability
2022-11-01 16:57:30 +01:00
Pavol Rusnak
d7788c7303
miniupnpc_1: drop
...
- it is time to drop 6 years old version
- no package really requires miniupnpc 1.x
- miniupnpc package now defaults to 2.x
2022-11-01 16:55:31 +01:00
Thomas Gerbet
2669e59da4
percona-server56: drop
...
Percona Server for MySQL 5.6 is no more maintained due to the EOL of MySQL 5.6.
See https://www.percona.com/downloads/Percona-Server-5.6/LATEST/ .
A bit hard to list all the potential security issues affecting it but CVE-2021-27928
should be one of them.
2022-11-01 16:30:21 +01:00
Bernardo Meurer
8cc5d8e32a
linuxKernel.kernels.linux_5_19: drop
...
The 5.19.x series has reached EOL, and is no longer supported upstream.
2022-11-01 15:15:08 +00:00
Sandro
fad5f168d2
Merge pull request #197010 from tpwrules/disable-qt-cache
2022-11-01 16:09:35 +01:00
Bobby Rong
d8d07760bc
Merge pull request #197043 from r-ryantm/auto-update/dolibarr
...
dolibarr: 16.0.0 -> 16.0.1
2022-11-01 21:32:37 +08:00
Bobby Rong
48adf8f8d1
nixos/tests/dolibarr: add to all-tests
2022-11-01 21:02:39 +08:00
github-actions[bot]
facfd56509
Merge master into staging-next
2022-11-01 00:02:56 +00:00
Thiago Kenji Okada
21fdd3855b
Merge pull request #198590 from zhaofengli/cemu-wiiu
...
cemu: init at 2.0-10
2022-10-31 20:48:52 +00:00
Zhaofeng Li
4f57829303
rl-2211: Mention the cemu-ti rename
...
The cemu-ti rename was done in #188939 .
2022-10-31 14:03:26 -06:00
John Soo
f2585031bf
arangodb: document new parameters and aarch64-linux drop
2022-10-31 09:55:55 -07: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
Naïm Favier
8f571534c9
Merge pull request #194766 from ncfavier/proxy-arp
2022-10-31 09:59:56 +01:00
Francesco Gazzetta
b43605fb03
nixos/merecat: init
2022-10-31 09:24:28 +01:00
Smaug123
73a4e61349
tt-rss: 2021-06-21 -> 2022-08-01
...
Pull in a year of upstream changes.
This update will involve two database migrations when logging in to the
resulting service.
2022-10-31 07:50:31 +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
John Soo
86e1247a47
arangodb: note removal of old versions in rl-2211 notes
2022-10-30 10:22:11 -07: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
maxine
700de524b4
Merge pull request #198390 from euank/k3s-tests-fixup
...
nixos/tests/k3s: fix multi-node test
2022-10-30 14:40:21 +01: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]
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
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