Martin Weinelt
465d9af681
Merge pull request #191150 from NickCao/synapse
2022-09-15 02:10:11 +02:00
Artturi
dbc00be498
Merge pull request #190358 from ck3d/fix-nixos-cross
2022-09-14 19:15:23 +03:00
Domen Kožar
efdea4930c
Merge pull request #187857 from Sohalt/remove-dd-agent
...
dd-agent: remove
2022-09-14 13:25:50 +01:00
Armeen Mahdian
aa20ba5563
dd-agent: remove
2022-09-14 14:11:14 +02:00
Sandro
c1831f6c90
Merge pull request #182329 from linsui/safeeyes
...
safeeyes: fix double wrap
2022-09-14 12:30:09 +02:00
Jonas Heinrich
d990f88f9f
nixos/go-autoconfig: init module
2022-09-14 02:21:39 -04:00
Nick Cao
65cefcd588
matrix-synapse: 1.66.0 -> 1.67.0
2022-09-14 14:20:23 +08:00
John Soo
026e83a4a8
nixos/self-deploy: add gzip to path
...
The service fails without it.
2022-09-13 16:43:00 -07:00
Florian Klink
a81b6401f6
Merge pull request #191032 from yu-re-ka/systemd-nixos-utmp
...
nixos/systemd: conditionally include systemd-update-utmp upstream unit
2022-09-13 11:26:07 +02:00
Domen Kožar
2f22b267c5
Merge pull request #190959 from pennae/cachix-host-type
...
nixos/cachix-agent: fix type for host option
2022-09-13 10:08:00 +01:00
Yureka
19686a4452
nixos/systemd: conditionally include systemd-update-utmp upstream unit
2022-09-13 10:34:28 +02:00
Brian Leung
c231a20d98
nixos/lemmy: move systemd script to serviceConfig
...
Co-authored-by: Shahar Dawn Or <mightyiampresence@gmail.com>
Co-authored-by: Ctem <c@ctem.me>
Co-authored-by: Ilan Joselevich <personal@ilanjoselevich.com>
Co-authored-by: a-kenji <aks.kenji@protonmail.com>
2022-09-12 18:39:54 -04:00
a-kenji
5519e1b89b
nixos/lemmy: remove services.lemmy.jwtSecretPath
...
Co-authored-by: Ctem <c@ctem.me>
Co-authored-by: Brian Leung <leungbk@posteo.net>
Co-authored-by: Shahar Dawn Or <mightyiampresence@gmail.com>
Co-authored-by: Ilan Joselevich <personal@ilanjoselevich.com>
2022-09-12 18:39:54 -04:00
Franz Pletz
772baccfb1
Merge pull request #190947 from jsoo1/jsoo1/self-deploy-tar
2022-09-12 23:43:47 +02:00
Guillaume Girol
a47cfca9af
Merge pull request #189744 from symphorien/vaultwarden-service
...
nixos/vaultwarden: misc fixes
2022-09-12 19:26:39 +00:00
Christian Kögler
3c263e491c
Merge pull request #190771 from ck3d/fix-nixos-nspawn-privateusers
...
nixos/nspawn: Fix configuration name PrivateUsersOwnership
2022-09-12 21:02:51 +02:00
pennae
070b3966fc
nixos/cachix-agent: fix type for host option
2022-09-12 20:47:05 +02:00
Frederik Rietdijk
4e62b94df3
Merge master into staging-next
2022-09-12 19:03:50 +02:00
John Soo
f0f4ad0cb0
nixos/self-deploy: add tar to path.
...
Previously it was missing, and the service would fail.
2022-09-12 09:08:43 -07:00
Erik Arvstedt
fdead18e9e
nixos/paperless: use python from pkg for gunicorn
...
This ensures that a compatible `gunicorn` is used when `pkg` is
overridden.
2022-09-12 09:20:53 +02:00
github-actions[bot]
33ef8defa2
Merge master into staging-next
2022-09-12 00:02:43 +00:00
Luke Granger-Brown
9974dcfc20
Merge pull request #190717 from lukegb/paperless-tz
...
nixos/paperless: fix time.timeZone setting
2022-09-11 22:45:25 +01:00
Domen Kožar
fbc23b491a
cachix-agent: add host option
2022-09-11 21:18:09 +01:00
github-actions[bot]
6ec60fd222
Merge master into staging-next
2022-09-11 18:01:19 +00:00
Matthieu Coudron
1f8f2c5a57
Merge pull request #126633 from teto/vim-overlay-doc
2022-09-11 19:15:03 +02:00
Matthieu Coudron
800323c0c0
doc(vim): take into account plug non-support
...
Apply suggestions from code review
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-09-11 20:33:01 +02:00
Sandro
30ec7dc641
Merge pull request #156232 from B4dM4n/nixos-tests-mediatomb
2022-09-11 18:18:10 +02:00
Sandro Jäckel
4770866f93
nixos/vector: remove no longer required workaround for cross compiling
2022-09-11 17:11:47 +02:00
Christian Kögler
f7077ba131
nixos: Fix cross compilation of derivations defined in NixOS via pkgs
2022-09-11 17:11:37 +02:00
Domen Kožar
3f7ba12868
cachix-agent: fix a typo
2022-09-11 16:10:21 +01:00
Jason Yundt
17352e8995
nixos/security/wrappers: clarify required format for capabilities
...
Before this change, the description for
security.wrappers.<name>.capabilities made it seem like you could just
string together the names of capabilities like this:
capabilities = "CAP_SETUID,CAP_SETGID";
In reality, each item in the list must be a full-on capability clause:
capabilities = "CAP_SETUID=ep,CAP_SETGID+i";
2022-09-11 16:36:58 +02:00
Christian Kögler
11bafe6b5b
nixos/syncthing: remove exit code 2 from exit status success
...
Fix #181713
2022-09-11 16:21:07 +02:00
Luke Granger-Brown
55d9a2c596
nixos/paperless: fix time.timeZone setting
...
This attribute set isn't passed through the NixOS config resolution
mechanism, which means that we can't use lib.mkDefault here.
Instead, just put it before any user overrides so that if the user
specifies this environment variable it'll just override it anyway.
2022-09-11 15:01:47 +01:00
Christian Kögler
cfbf9bd15c
nixos/nspawn: Fix configuration name PrivateUsersOwnership
...
Fix #189046
2022-09-11 13:08:36 +02:00
Vladimír Čunát
a3d7dfe8a3
Merge branch 'master' into staging-next
2022-09-11 08:43:51 +02:00
Christian Kögler
0ea763fab6
Merge pull request #188009 from martiert/fido2luks
...
nixos/luksroot: Support adding a list of credentials to fido2luks
2022-09-11 07:42:57 +02:00
Christian Kögler
8a039bc1dd
Merge pull request #190634 from ck3d/fix-nixos-influx-cross
...
nixos/influx: Fix cross compilation for configFile
2022-09-11 07:29:59 +02:00
github-actions[bot]
b6caee49dc
Merge master into staging-next
2022-09-11 00:02:48 +00:00
Sandro
f0f614616f
Merge pull request #190646 from Ma27/bump-nextcloud
2022-09-11 00:34:54 +02:00
Maximilian Bosch
f72099e0cd
nixos/nextcloud: fix a deprecation warning in the tests using redis
2022-09-10 23:53:40 +02:00
Markus S. Wamser
b20df24e2c
nixos/ausweisapp: init module with firewall option
...
Optional functionality of AusweisApp2 requires an UDP port to be opened.
The module allows for convenient configuration and serves as documentation.
See also https://github.com/NixOS/nixpkgs/issues/136269
2022-09-10 23:48:20 +02:00
github-actions[bot]
cf964b46ea
Merge master into staging-next
2022-09-10 18:01:15 +00:00
Jörg Thalheim
67db9b4ad1
Merge pull request #190695 from Mic92/gollum
...
nixos/gollum: add package option
2022-09-10 18:27:29 +02:00
pennae
d98322834b
nixos/*: fix docbook deprecation notices
...
mostly no rendering changes except in buildkite, which used markdown
where docbook was expected without marking up its markdown.
2022-09-10 18:23:13 +02:00
pennae
767485a0de
lib/options: deprecate docbook text and literalDocBook
...
deprecate literalDocBook by adding a warning (that will not fire yet) to
its uses and other docbook literal strings by adding optional warning
message to mergeJSON.
2022-09-10 18:23:13 +02:00
Jörg Thalheim
ad0108d803
nixos/gollum: add test
2022-09-10 18:09:08 +02:00
Jörg Thalheim
6a66cf1b90
nixos/gollum: add package option
2022-09-10 17:57:08 +02:00
Florian Klink
d20ff65f00
Merge pull request #188314 from cw1o/docs/update-mbr-partition-steps
...
nixos/docs: updated MBR partitioning steps
2022-09-10 14:12:23 +02:00
Christian Kögler
330bc02b01
nixos/influx: Fix cross compilation for configFile
2022-09-10 08:10:24 +02:00
github-actions[bot]
5644fd38ad
Merge master into staging-next
2022-09-10 00:02:45 +00:00