github-actions[bot]
176015fc74
Merge master into staging-next
2023-10-12 18:01:06 +00:00
Weijia Wang
c3a3b38cb9
Merge pull request #258813 from SuperSandro2000/drop-searx
...
searx: drop
2023-10-12 19:55:39 +02:00
Aaron Andersen
bae7820f02
Merge pull request #259425 from aanderse/nixos/openssh-authorized-principals
...
nixos/openssh: add support for authorized principals
2023-10-12 10:30:52 -04:00
figsoda
a9cd086d3c
Merge pull request #260618 from Aleksanaa/nixos/bandwhich
...
nixos/bandwhich: add missing capabilities
2023-10-12 10:18:46 -04:00
github-actions[bot]
f220ef48f8
Merge master into staging-next
2023-10-12 12:01:25 +00:00
Molly Miller
1a794a3e4b
nixos/mailman: store locks in ephemeral runtime directory
...
nixosTests.mailman: test mailman master lock handling
2023-10-12 10:39:18 +00:00
Alyssa Ross
1bb67a90ba
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/bambi/default.nix
pkgs/development/python-modules/jaxopt/default.nix
2023-10-12 09:08:12 +00:00
aleksana
bb777015c8
nixos/bandwhich: add missing capabilities
2023-10-12 15:53:55 +08:00
Artturi
520e363e82
Merge pull request #259891 from l0b0/refactor/xkb-attrset
2023-10-12 08:43:28 +03:00
Mikael Fangel
46d295f15c
nixos/gnu: remove
2023-10-11 23:43:45 -03:00
Sandro Jäckel
e793d18455
nixos/searx: little makeover
2023-10-11 23:48:29 +02:00
Sandro Jäckel
ad1f57095f
searx: drop
...
searx has been removed as it is unmaintained. Please switch to searxng.
2023-10-11 23:48:28 +02:00
Arnout Engelen
6071292b2a
Merge pull request #243338 from raboof/prometheus-imap-mailstat-exporter-init-at-2023-06-20
...
prometheus-imap-mailstat-exporter: init at 0.0.1
2023-10-11 17:33:25 -03:00
github-actions[bot]
b8d473b6d2
Merge master into staging-next
2023-10-11 18:01:06 +00:00
Bobby Rong
4cf896a425
Merge pull request #260080 from r-ryantm/auto-update/cinnamon.mint-artwork
...
cinnamon.mint-artwork: 1.7.5 -> 1.7.6
2023-10-11 21:08:19 +08:00
github-actions[bot]
0e9411554d
Merge master into staging-next
2023-10-11 12:01:09 +00:00
Atemu
16fb0b365d
Merge pull request #259056 from leona-ya/nixos-paperless-systemd-254
...
nixos/paperless: fix start with latest systemd
2023-10-11 13:15:24 +02:00
edef
89e45f23db
nixos/modules/security/wrappers: drop dead code
2023-10-11 08:49:32 +00:00
Victor Engmark
3a6c79cff6
nixos/x11: refactor XKB options into a single attrset
...
[Motivation](https://github.com/NixOS/nixpkgs/issues/257817#issuecomment-1741705042 ):
- Having all the XKB options in the same attribute set clarifies their
relation better than using a common option name prefix ("xkb").
- `services.xserver.layout` is an XKB option, but this is not obvious
from its name. Putting it with the other XKB options clarifies this.
Co-authored-by: Michele Guerini Rocco <rnhmjoj@users.noreply.github.com>
2023-10-11 09:46:37 +03:00
github-actions[bot]
54e78cb7bf
Merge master into staging-next
2023-10-11 06:01:20 +00:00
Arnout Engelen
aae49a5cc7
Merge pull request #247540 from imlonghao/borgmatic/1.8.1
...
borgmatic: 1.7.15 -> 1.8.1
2023-10-10 22:46:24 -03:00
Fabián Heredia Montiel
d676e059d7
Merge remote-tracking branch 'origin/master' into staging-next
2023-10-10 15:07:12 -06:00
Izorkin
cfd837442f
nixos/samba: start service after network activation
2023-10-10 20:13:52 +02:00
maxine
f3d84b91e9
Merge pull request #260248 from ToxicFrog/linger
...
nixos/users-groups: add user option to enable lingering
2023-10-10 20:08:27 +02:00
github-actions[bot]
b1ae965cda
Merge master into staging-next
2023-10-10 18:00:56 +00:00
R. Ryantm
051963b199
cinnamon.mint-artwork: 1.7.5 -> 1.7.6
...
This sets the mono font to DejaVu Sans Mono 10.
2023-10-10 22:06:50 +08:00
imlonghao
4a519fa142
borgmatic: 1.7.15 -> 1.8.1
2023-10-10 21:48:13 +08:00
Rebecca Kelly
e648d46465
nixos/users-groups: add user option to enable lingering
...
Adapted from
https://gist.github.com/graham33/fdbdcc18317a621d9dd54beb36be6683
Fixes #3702
Lingering users can still be managed mutably by root with `loginctl`,
but the settings here will take precedence when `nixos-rebuild` is run.
2023-10-10 08:53:48 -04:00
Jörg Thalheim
b7057368c8
systemd-boot-builder: add missing fsync in atomic writes
...
write(2) and close(2) doesn't ensure the file content actually got synched, so let's also fsync before doing the rename
2023-10-10 14:49:51 +02:00
Jörg Thalheim
865a2cf8c1
Revert "nixos/systemd-boot: skip EFI update to 252"
...
This reverts commit 80665d606a
.
Parsing the package version broke our systemd-boot builder test.
i.e. it won't be able to parse systemd-boot efi binaries coming from
ubuntu
We no longer use the faulty systemd-boot version so this code should no
longer be needed.
2023-10-10 14:49:51 +02:00
Jörg Thalheim
b7fbd1ffd4
systemd-boot-builder: use regex prefix string
...
otherwise there are warnings for \.
2023-10-10 14:49:51 +02:00
Jörg Thalheim
5ee9fdf929
systemd-boot-builder: use new builtin typing style
2023-10-10 14:49:51 +02:00
Jörg Thalheim
e20a886f87
systemd-boot-builder: drop unused import
2023-10-10 14:49:51 +02:00
Jörg Thalheim
a17f41ed0b
systemd-boot-builder: replace mkdir_p function with stdlib equivalent
2023-10-10 14:49:51 +02:00
Jörg Thalheim
f4bf9702be
systemd-boot-builder: always do syncfs, even after a failure
2023-10-10 14:49:51 +02:00
Jörg Thalheim
dbac7467ad
systemd-boot-builder: drop semicolons
...
this is python, not C.
2023-10-10 14:49:51 +02:00
Jörg Thalheim
1f70361d08
systemd-boot-builder: resort imports according to isort
...
foo
2023-10-10 14:49:51 +02:00
github-actions[bot]
0efc5df650
Merge master into staging-next
2023-10-10 12:01:29 +00:00
Maximilian Bosch
3d3b99ad20
Merge pull request #259980 from Ma27/synapse-db-assertion
...
nixos/matrix-synapse: drop old DB check assertion, actually require DB to be up
2023-10-10 11:41:05 +02:00
Maximilian Bosch
791fe98a0d
Merge pull request #259888 from julianschacher/matrix-synapse-fix-media-store-access
...
nixos/matrix-synapse: add `media_store_path` to services `ReadWritePaths`
2023-10-10 11:40:45 +02:00
Ben Wolsieffer
b6876d5c86
nixos/security/wrappers: don't force PIE hardening ( #259509 )
...
PIE causes problems with static binaries on ARM (see 76552e9
). It is
enabled by default on other platforms anyway when musl is used, so we
don't need to specify it manually.
2023-10-10 10:13:29 +02:00
github-actions[bot]
6b95af2485
Merge master into staging-next
2023-10-10 00:02:12 +00:00
Doron Behar
6843abd5fb
Merge pull request #231152 from tcheronneau/nixos.tinyproxy
...
Adding tinyproxy service to NixOS
2023-10-09 23:53:58 +03:00
Anderson Torres
52058530ce
nixos/connman: refactor
2023-10-09 17:49:02 -03:00
Thiago Kenji Okada
e7a621f8e9
Merge pull request #259066 from thiagokokada/add-renice-sway
...
nixos/sway: add enableRealtime option
2023-10-09 19:53:51 +01:00
github-actions[bot]
75d4639be3
Merge master into staging-next
2023-10-09 18:00:59 +00:00
Sarah Brofeldt
a655e7a1aa
Merge pull request #259240 from haenoe/oci-containers-labels-option
...
nixos/oci-containers: add labels option
2023-10-09 18:52:20 +02:00
Maximilian Bosch
9f1d4b79e3
nixos/postgresql: fix identMap
example
...
This was causing the following warning before when building the manual:
warning: literalExample is deprecated, use literalExpression instead, or use literalMD for a non-Nix description.
Rather than using `literalExpression`, nothing is used. This option
expects a string and the example is a string, no special handling
required. Both `literalExample` from the docbook ages and
`literalExpression` now are only required if the example is
a Nix expression rather than a value of the option's type.
2023-10-09 17:41:44 +02:00
Weijia Wang
ad855375b4
Merge pull request #244197 from wexder/netclient
...
netclient: init at 0.21.0
2023-10-09 16:55:22 +02:00
Vladimír Zahradník
9053490648
nixos/netclient: init
2023-10-09 15:58:05 +02:00