Doron Behar
aedc67d64f
Merge pull request #63899 from pasqui23/kconnect
2021-06-26 21:00:34 +00:00
Sandro
5faf13ddad
Merge pull request #119657 from syncom/syncom/deterministic-efiimg
2021-06-26 21:50:20 +02:00
Elis Hirwing
94d07b7492
php: Run nixpkgs-fmt on all php related files
2021-06-26 20:07:56 +02:00
Jörg Thalheim
1e125a8002
Merge pull request #122674 from wakira/pam-order
...
nixos/pam: prioritize safer auth methods over fingerprints
2021-06-26 16:52:25 +02:00
Jörg Thalheim
07cd950ab1
nixos/system76: fix evaluation
2021-06-26 15:16:59 +02:00
github-actions[bot]
45003ba5f9
Merge master into staging-next
2021-06-26 12:06:25 +00:00
Martin Weinelt
ef2ce48d8b
Merge pull request #127767 from Mic92/go-neb
2021-06-26 12:23:16 +02:00
Jörg Thalheim
34d1c55580
nixos/go-neb: secret support
2021-06-26 11:59:50 +02:00
Robert Schütz
cbdb097629
Merge branch 'master' into staging-next
2021-06-26 10:53:04 +02:00
Robert Hensing
c1a75084ea
Merge pull request #127744 from cransom/disk-image-faster
...
make-disk-image: Reduce forking
2021-06-26 08:31:12 +02:00
github-actions[bot]
f15360e6a4
Merge master into staging-next
2021-06-26 00:09:07 +00:00
Niklas Hambüchen
f254bdb473
Merge pull request #128150 from scvalex/etcd-passthru-test
...
etcd: refactor the service to add etcd to systemPackages instead of the etcdctl alias
2021-06-26 01:50:42 +02:00
Alexandru Scvortov
e08b3f0c85
etcd: fix old aliased package name to make tests pass
2021-06-25 23:45:12 +01:00
Robert Schütz
d6234c2165
Merge branch 'master' into staging-next
2021-06-26 00:33:58 +02:00
Florian Klink
6845a74d4c
Merge pull request #128082 from flokli/sdcard-firmware-partition-offset
...
nixos/sdcard: make firmware partition offset configurable
2021-06-25 22:52:07 +02:00
Florian Klink
1db54a5522
nixos/sdcard: make firmware partition offset configurable
...
Different boards using u-boot SPL require to write to different
locations. Sometimes, the 8MiB gap isn't sufficient - rk3399 boards
write to 0x16384 for example, which is at 8MiB, thus overriding the
fat32 partition with the SPL.
2021-06-25 22:33:42 +02:00
Florian Klink
9de5cbca45
Merge pull request #128079 from flokli/serial-getty-keep-baud
...
nixos/getty: add missing --keep-baud
2021-06-25 22:31:02 +02:00
Sandro
54cccb99de
Merge pull request #127941 from liff/libwnck/3-is-default
2021-06-25 15:53:01 +02:00
github-actions[bot]
bae6b2055f
Merge master into staging-next
2021-06-25 12:06:04 +00:00
Michael Weiss
370a10c27f
Merge pull request #128055 from Synthetica9/sway-check-quit
...
nixos/tests/sway: add check that sway quits
2021-06-25 13:23:39 +02:00
Maximilian Bosch
eb5013d20d
Merge pull request #128048 from dali99/add-txredisapi-synapse
...
Add txredisapi to matrix-synapse dependencies
2021-06-25 10:40:11 +02:00
Florian Klink
7e0623fb25
Merge pull request #127824 from yu-re-ka/feature/gitlab-14-0-0
...
gitlab: 13.12.4 -> 14.0.1
2021-06-25 10:30:09 +02:00
Robert Schütz
c1dca92daf
Merge branch 'master' into staging-next
2021-06-25 10:02:10 +02:00
Florian Klink
ba42d639f1
nixos/getty: add missing --keep-baud
...
systemd ships `units/serial-getty@.service.m4` with the `--keep-baud`
option.
We override that unit, and didn't add the `--keep-baud` option. (We have
it in our other getty options there).
Having `--keep-baud` in `serial-getty@` makes a lot of sense - the
console keeps working if it's initialized with a less standard baud
rate, such as the [Helios64](https://wiki.kobol.io/helios64/intro/ ).
2021-06-25 09:56:54 +02:00
Niklas Hambüchen
c223fd6007
release notes: Mention consul breaking changes
2021-06-24 20:58:59 -07:00
Jan Tojnar
27bbb94761
Merge pull request #127085 from minijackson/xdg-desktop-portal-wlr-0.4.0-and-module
...
xdg-desktop-portal-wlr: 0.3.0 -> 0.4.0 and module
2021-06-25 03:50:44 +02:00
Niklas Hambüchen
3b392e8951
Merge pull request #128057 from nh2/nixos-manual-xkb-layouts-fixes
...
manual: Fix missing semicolon in custom keyboard layout example
2021-06-25 02:39:08 +02:00
Niklas Hambüchen
a3c29c2cee
manual: Fix missing semicolon in custom keyboard layout example
2021-06-25 02:23:55 +02:00
Patrick Hilhorst
ad1141b528
nixos/tests/sway: add check that sway quits
...
We used to check that sway quits _succesfully_.
However, since 73d7f08b4d
disabled this, we'll add another check to see it quits _at all_.
cc @primeos
2021-06-25 02:06:00 +02:00
Yureka
2297eb35e5
nixos/gitlab: require at least postgresql 12
2021-06-25 01:21:19 +02:00
Daniel Olsen
f7f52a4fbf
pythonPackages.txredisapi: Add unit test
2021-06-24 23:34:03 +02:00
Michael Weiss
73d7f08b4d
sway: 1.6 -> 1.6.1
...
Since wlroots 0.14 setting WLR_RENDERER_ALLOW_SOFTWARE=1 to allow
software rendering is now enforced [0].
[0]: https://github.com/swaywm/wlroots/pull/2810
2021-06-24 22:59:06 +02:00
Olli Helenius
8609f3fd20
libwnck: make 3.36.0 default
2021-06-24 18:04:30 +03:00
github-actions[bot]
d437a6cac2
Merge master into staging-next
2021-06-24 00:06:27 +00:00
Martin Weinelt
9cc60287dc
Merge pull request #127554 from mweinelt/babel
...
nixos/babeld: update hardening
2021-06-23 21:53:20 +02:00
github-actions[bot]
b68a0d2f5e
Merge master into staging-next
2021-06-23 18:04:30 +00:00
Ryan Mulligan
f91d7910ea
doc: cleanup documentation relating to release notes
...
Also delete empty release notes file.
2021-06-23 11:04:22 -07:00
Ryan Mulligan
920113a6e5
Merge pull request #127734 from blaggacao/da/convert-rel-notes-md-2105
...
nixos/doc: convert 21.05 release notes to CommonMark
2021-06-23 10:48:24 -07:00
David Arnold
32c2dd304d
docs: nixos release notes to CommonMark (2105)
...
docs: nixos release notes (revise code blocks)
docs: nixos release notes (fix opt links outside of code blocks)
docs: nixos release notes (fix opt links inside of code blocks)
went fishing with:
```console
rg -A1 \
--multiline \
--multiline-dotall \
'<programlisting>[^</programlisting>]+' \
| rg linkend
```
docs: nixos release notes (prettier)
docs: nixos release notes (restore admonition from prettier destriction)
docs: nixos release notes (recreate xml files)
docs: nixos release notes (fix code block indentation)
docs: nixos release notes (diff after converting with https://github.com/NixOS/nixpkgs/pull/127270 )
2021-06-23 12:33:16 -05:00
Michael Weiss
eb8a694d92
nixos/sway: Drop rxvt-unicode from the extraPackages default
...
Upstream switched to Alacritty for the default configuration.
2021-06-23 17:35:20 +02:00
github-actions[bot]
b59d049598
Merge master into staging-next
2021-06-23 12:04:25 +00:00
Sandro
1956a52857
Merge pull request #126656 from jwoudenberg/add-system76-power
2021-06-23 12:54:22 +02:00
github-actions[bot]
e8122c3628
Merge master into staging-next
2021-06-23 00:09:33 +00:00
Niklas Hambüchen
959c4e82bc
Merge pull request #100255 from nh2/sshd-default-log-level-info
...
sshd service: Default to INFO logLevel (upstream default)
2021-06-23 02:06:54 +02:00
Niklas Hambüchen
4bd5f1115f
Merge pull request #127166 from nh2/xserver-config-mkAfter-docs
...
services.xorg.config: Extend docs
2021-06-23 01:55:58 +02:00
Niklas Hambüchen
a48fea4c5e
sshd service: Default to INFO logLevel (upstream default).
...
The previous justification for using "VERBOSE" is incorrect,
because OpenSSH does use level INFO to log "which key was used
to log in" for sccessful logins, see:
6247812c76/auth.c (L323-L328)
Also update description to the wording of the sshd_config man page.
`fail2ban` needs, sshd to be "VERBOSE" to work well, thus
the `fail2ban` module sets it to "VERBOSE" if enabled.
The docs are updated accordingly.
2021-06-23 01:49:11 +02:00
Niklas Hambüchen
e85693afde
Merge pull request #127157 from nh2/xserver-readable-config-indentation
...
xserver: Generate readable config indentation
2021-06-23 01:16:50 +02:00
Martin Weinelt
b607aadaac
Merge branch 'master' into staging-next
2021-06-22 23:55:21 +02:00
Ryan Mulligan
160831a5a8
Merge pull request #127783 from rnhmjoj/sshfs-doc
...
nixos/doc: add section on sshfs file systems
2021-06-22 12:13:56 -07:00
rnhmjoj
21a5268b26
nixos/doc: add section on sshfs file systems
...
This documents how to use sshfs a bit and how to set up an automatically
mounted sshfs filesystem in NixOS. Also it closes #125905 .
2021-06-22 11:58:25 -07:00