Bobby Rong
4f0efa8d7d
nixos: nixos/doc/manual/administration/declarative-containers.xml to CommonMark
2021-07-02 11:58:34 +08:00
Bobby Rong
0ac3e57ac1
nixos: nixos/doc/manual/administration/imperative-containers.xml to CommonMark
2021-07-02 11:57:33 +08:00
Bobby Rong
828474abfb
nixos: nixos/doc/manual/administration/network-problems.xml to CommonMark
2021-07-02 10:49:14 +08:00
Bobby Rong
4df0b9903d
nixos: nixos/doc/manual/administration/store-corruption.xml to CommonMark
2021-07-02 10:48:31 +08:00
Bobby Rong
99493b61ea
nixos: nixos/doc/manual/administration/rollback.xml to CommonMark
2021-07-02 10:47:32 +08:00
Bobby Rong
b5215f3f73
nixos: nixos/doc/manual/administration/maintenance-mode.xml to CommonMark
2021-07-02 10:46:34 +08:00
Bobby Rong
865b3918f2
nixos: nixos/doc/manual/configuration/ad-hoc-packages.xml to CommonMark
2021-07-02 10:08:04 +08:00
Bobby Rong
79134b77aa
nixos: nixos/doc/manual/configuration/luks-file-systems.xml to CommonMark
2021-07-02 09:27:20 +08:00
Bobby Rong
e602771722
nixos: nixos/doc/manual/configuration/renaming-interfaces.xml to CommonMark
2021-07-01 23:21:22 +08:00
Bobby Rong
55aa106c0b
nixos: nixos/doc/manual/configuration/ad-hoc-network-config.xml to CommonMark
2021-07-01 23:15:04 +08:00
Bobby Rong
54419f6e59
nixos: nixos/doc/manual/configuration/wireless.xml to CommonMark
2021-07-01 23:14:20 +08:00
Bobby Rong
97bfa927fa
nixos: nixos/doc/manual/configuration/firewall.xml to CommonMark
2021-07-01 23:13:41 +08:00
Bobby Rong
dbd2d379da
nixos: nixos/doc/manual/configuration/ipv6-config.xml to CommonMark
2021-07-01 23:12:39 +08:00
Bobby Rong
3d423e2b15
nixos: nixos/doc/manual/configuration/ipv4-config.xml to CommonMark
2021-07-01 23:11:54 +08:00
Bobby Rong
83fc29ffb9
nixos: nixos/doc/manual/configuration/ssh.xml to CommonMark
2021-07-01 23:10:48 +08:00
Bobby Rong
c10ad53007
nixos: nixos/doc/manual/configuration/network-manager.xml to CommonMark
2021-07-01 23:09:53 +08:00
Bobby Rong
800c1f15a3
nixos: nixos/doc/manual/configuration/summary.xml to CommonMark
2021-07-01 21:15:28 +08:00
Bobby Rong
6122fb4123
nixos: nixos/doc/manual/configuration/modularity.xml to CommonMark
2021-07-01 21:15:27 +08:00
Bobby Rong
07ca0e237e
nixos: nixos/doc/manual/configuration/config-file.xml to CommonMark
2021-07-01 21:15:20 +08:00
Bobby Rong
9f4535ff16
nixos: nixos/doc/manual/configuration/customizing-packages.xml to CommonMark
2021-07-01 19:38:15 +08:00
Bobby Rong
cba561d1a8
nixos: nixos/doc/manual/configuration/adding-custom-packages.xml to CommonMark
2021-07-01 19:38:07 +08:00
K900
dc1b56c714
vaultwarden: update to 1.22.1, rename from bitwarden_rs
...
I tried to make this as non-breaking as possible, but it will still
break things slightly for people expecting certain file names in the
packages themselves.
2021-07-01 12:31:20 +03:00
Bobby Rong
9c1623cbe4
nixos: nixos/doc/configuration/profiles/*.xml to CommonMark
2021-06-30 17:45:29 +08:00
Felix Singer
b7a2309786
flashrom: Install udev-rules file
...
Add the udev-rules file from flashrom source to the out directory. The
file contains rules for programmers used by flashrom. Members of the
`flashrom` system group are allowed to access these devices.
Also, add a module for installing flashrom and adding flashrom to udev
packages. The module can be used by setting `programs.flashrom.enable`
to `true`.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-06-30 03:43:35 +02:00
Sandro
54cccb99de
Merge pull request #127941 from liff/libwnck/3-is-default
2021-06-25 15:53:01 +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
Olli Helenius
8609f3fd20
libwnck: make 3.36.0 default
2021-06-24 18:04:30 +03: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
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
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
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
David Arnold
1f6969dd5e
docs: nixos release notes (w/o 2105 - separate PR)
...
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 (fix zonefile codeblocks)
docs: nixos release notes (restore admonition from prettier destriction)
docs: nixos release notes (recreate xml files)
docs: nixos release notes (fix trnslation error md -> xml)
admonition with a title seem not to work
docs: nixos release notes (fix code block indentation)
docs: nixos release notes (diff after converting with https://github.com/NixOS/nixpkgs/pull/127270 )
docs: nixos release notes (fix remaingin '???')
Those where not catched i a previous iteration since they didn't satisfy
the then presumed search regex `#opt-.*`
doc: nixos release notes make docbook/md conversion consistent
2021-06-22 09:52:13 -05:00
Bjørn Forsman
64c70a8c4c
doc: point out that nixos-21.05 has gnuradio 3.9
...
Reading the release notes I got the impression that the latest (and
default) was GR3.8, but it is in fact 3.9. Make that more obvioius.
2021-06-21 09:33:22 +02:00
Sandro
0c72a4ffaf
Merge pull request #127545 from liff/antlr/v4-is-default
...
antlr: make 4.8 default
2021-06-20 23:22:35 +02:00
Bjørn Forsman
7afaacf9a8
doc: fix link to kodi-19.0 announcement
2021-06-20 19:54:08 +02:00
Olli Helenius
b2bf2c6102
antlr: make 4.8 default
2021-06-20 14:06:47 +03:00
Minijackson
ab15091abe
nixos/manual: mention xdg.portal.wlr module in Wayland
2021-06-20 11:53:45 +02:00
Jan Tojnar
f07dcbef64
nixos/doc: Synchronize the Markdown generator with Nixpkgs
...
Switch to CommonMark with our extensions.
2021-06-18 00:07:00 +02:00
markuskowa
5ad54b5bc9
Merge pull request #126785 from oxzi/ucarp-1.5.2
...
ucarp: init at 1.5.2 / nixos/ucarp: init / nixos/test/ucarp: init
2021-06-16 10:54:23 +02:00
Alvar Penning
8673a40eda
nixos/ucarp: init
2021-06-15 18:13:31 +02:00
Victor Freire
0db88d9a1c
nixos/dotnetPackages: remove packages
2021-06-14 18:33:39 -03:00
Jonathan Ringer
bf185eaa69
nixos-rebuild: add --use-substitutes option
2021-06-11 12:46:16 -07:00
Ryan Mulligan
5707a8efad
Merge pull request #125604 from ryantm/md-assertions
...
nixos/doc: convert assertions and warnings section to CommonMark
2021-06-11 07:59:04 -07:00
Ryan Mulligan
d37b25caf1
Merge pull request #125608 from ryantm/md-boot-problems
...
nixos/doc: convert boot problems section to CommonMark
2021-06-11 07:58:50 -07:00
Naïm Favier
44055b4557
nixos/manual: update documentation on Qt themes
2021-06-11 16:18:20 +02:00
Maciej Krüger
b9763370a9
release-notes: mention x2goserver rename
2021-06-11 08:13:49 +02:00
Sebastian Neubauer
f81bfe459f
nixos/manual: update for newer amdvlk versions
2021-06-10 02:32:10 +02:00
Victor Freire
e52e7335dd
nixos/dotnetPackages: remove packages
...
F# packages have been removed for being unmaintaned.
2021-06-08 21:01:30 -07:00
Victor Freire
06c19c70cc
fsharp41: remove
2021-06-08 17:38:43 -07:00
Luke Granger-Brown
631250e818
Merge pull request #126075 from rnhmjoj/fixup
...
Revert "nixos/wireless: make wireless.interfaces mandatory"
2021-06-08 14:04:19 +01:00
Ryan Mulligan
8c2e0146d9
Merge pull request #125605 from ryantm/md-abstractions
...
nixos/doc: convert abstractions section to CommonMark
2021-06-07 20:20:37 -07:00
Ryan Mulligan
77cfa5fd07
nixos/doc: convert boot problems section to CommonMark
2021-06-07 20:14:20 -07:00
Luke Granger-Brown
840f6883fc
Merge pull request #126034 from lukegb/bazel-build-configured
...
Switch buildBazelPackage fetchConfigured on by default
2021-06-07 23:59:33 +01:00
Tom Bereknyei
9815f9545e
nixos/doc: add sourcehut to release notes
2021-06-07 11:26:29 -04:00
rnhmjoj
eba5f5c1e5
Revert "nixos/wireless: make wireless.interfaces mandatory"
...
This reverts commit 030a521adc
.
2021-06-07 15:55:58 +02:00
Jörg Thalheim
26c487ee99
nixos-rebuild: document override-input
2021-06-07 01:14:09 -04:00
Luke Granger-Brown
cfd38a4006
buildBazelPackage: set fetchConfigured default to true
2021-06-07 02:04:01 +00:00
Robert Hensing
c177b49d39
Merge pull request #125683 from talyz/test-driver-pipefail
...
nixos/test-driver: Run commands with pipefail set
2021-06-06 10:42:54 +02:00
Michele Guerini Rocco
78d9a75d9e
Merge pull request #125288 from rnhmjoj/wpa-race-fix
...
nixos/wireless: make wireless.interfaces mandatory
2021-06-06 10:35:15 +02:00
talyz
b7749c7671
nixos/test-driver: Run commands with error handling
...
Bash's standard behavior of not propagating non-zero exit codes
through a pipeline is unexpected and almost universally
unwanted. Default to setting `pipefail` for the command being run;
it can still be turned off by prefixing the pipeline with
`set +o pipefail` if needed.
Also, set `errexit` and `nonunset` options to make the first command
of consecutive commands separated by `;` fail, and disallow
dereferencing unset variables respectively.
2021-06-05 18:44:42 +02:00
Kim Lindberger
8960c09eed
Merge pull request #125500 from etu/php-spring-release-cleaning
...
php: post-release spring cleaning and upgrade to 8.0 as default
2021-06-04 17:48:47 +02:00
Sandro
29bcf05da7
Merge pull request #125537 from andersk/release-notes-gnome
2021-06-04 11:13:14 +02:00
Elis Hirwing
d0bc04ff70
php: Upgrade from PHP 7.4 to 8.0 as default PHP
2021-06-04 09:27:00 +02:00
Elis Hirwing
68eb5305ac
php: Drop PHP 7.3 support
...
PHP 7.3 won't be supported by upstream for the entire life cycle of
the 21.11 release.
Also drop the pcre' alias since it isn't needed anymore since we don't
need different pcre versions anymore.
2021-06-04 09:26:54 +02:00
Eelco Dolstra
c0a9458083
Merge pull request #125535 from edolstra/no-show-trace
...
nixos-rebuild --fast: Don't imply --show-trace
2021-06-04 07:28:55 +02:00
Ryan Mulligan
591105e838
nixos/doc: convert abstractions section to CommonMark
2021-06-03 20:28:55 -07:00
Ryan Mulligan
5058f9a5df
nixos/doc: convert assertions and warnings section to CommonMark
2021-06-03 20:12:16 -07:00
talyz
f5f8341c76
nixos/geoipupdate: Replace the old geoip-updater
module
...
Our old bespoke GeoIP updater doesn't seem to be working
anymore. Instead of trying to fix it, replace it with the official
updater from MaxMind.
2021-06-03 20:57:25 +02:00
Anders Kaseorg
a681951902
nixos/release-notes: Fix link to GNOME 40 release notes
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-06-03 10:14:06 -07:00
Eelco Dolstra
4cffb1212a
nixos-rebuild --fast: Don't imply --show-trace
...
There is no logical reason for --fast to imply --show-trace, and this
seems to be a historical accident. Using --show-trace by default is
bad UX since it can give very long error messages (e.g. 550 lines for
a non-existent attribute in environment.systemPackages).
2021-06-03 19:01:09 +02:00
Domen Kožar
f88be6e55c
Merge pull request #125372 from Synthetica9/shell_interact
...
nixos/tests/test-driver: add shell_interact
2021-06-03 11:46:01 +02:00
Jonathan Ringer
0520141db0
nixos/release-notes: Improve 21.11 stub
2021-06-02 12:18:34 -07:00
Patrick Hilhorst
2871442731
nixos/tests/test-driver: mention drawback
2021-06-02 14:58:51 +02:00
Patrick Hilhorst
9469433e34
nixos/tests/test-driver: document shell_interact
2021-06-02 14:49:59 +02:00
rnhmjoj
030a521adc
nixos/wireless: make wireless.interfaces mandatory
...
This is the only way to solve issue #101963 , for now.
2021-06-01 23:19:40 +02:00
Sandro
8217ea5000
changelog: fix typo
2021-06-01 15:45:47 +02:00
Jonathan Ringer
40b2ca3570
nixos/doc/releases: update stable release info to 21.05
2021-05-31 19:42:40 -07:00
Jonathan Ringer
8815e601dd
nixos/release-notes: move non-highlights to other mentions
2021-05-31 19:22:35 -07:00
Jonathan Ringer
d823c24094
nixos/release-notes: Initial grooming of release notes
2021-05-31 19:22:35 -07:00
Vincent Bernat
632c8e1d54
nixos/acme: don't use --reuse-key
...
Reusing the same private/public key on renewal has two issues:
- some providers don't accept to sign the same public key
again (Buypass Go SSL)
- keeping the same private key forever partly defeats the purpose of
renewing the certificate often
Therefore, let's remove this option. People wanting to keep the same
key can set extraLegoRenewFlags to `[ --reuse-key ]` to keep the
previous behavior. Alternatively, we could put this as an option whose
default value is true.
2021-06-01 00:43:45 +02:00
Dominik Xaver Hörl
b7630d5591
rl-2105: mention linux_latest and potential zfs issues
2021-05-28 18:10:43 -07:00
Antoine R. Dumont (@ardumont)
38cfb84ff0
mediatomb/gerbera: Add release note information for 21.03
...
Note that it made into 2 entries, one about new options in the first section.
Another in the breaking compatibility section due to the openFirewall option
which changes the behavior.
Co-authored-by: schmittlauch <t.schmittlauch+nixos@orlives.de>
2021-05-28 10:56:19 -07:00
Maximilian Bosch
b5a12b4b61
nixos/release-notes: fix slaptest
command for openldap section
...
When running - as suggested - `slaptest -f slapd.conf $TMPDIR` I get the
following result:
[root@ldap:/tmp/tmp.De46ABIbFf]# slaptest -f /nix/store/lks3ihydj40ff6yqvz0k33ycrc9vbyry-slapd.conf $TMPDIR
usage: slaptest [-v] [-d debuglevel] [-f configfile] [-F configdir] [-o <name>[=<value>]] [-n databasenumber] [-u] [-Q]
[root@ldap:/tmp/tmp.De46ABIbFf]# echo $?
1
Adding a `-F` option fixes the issue.
2021-05-26 20:50:01 +02:00
Jonathan Ringer
4d318bcb5a
nixos/doc/releases: remove
...
No one but release managers need to know this information.
Also, it has been moved to https://github.com/NixOS/release-wiki
2021-05-25 12:36:27 -07:00
Ryan Mulligan
cf2f26fd89
Merge pull request #124043 from fgaz/staticjinja/2.0.0
...
staticjinja: 1.0.4 -> 2.0.0
2021-05-25 11:22:25 -07:00
Thomas Depierre
f55c3e2f21
beam-packages: drop erlang R18 R19 R20 and cuter
2021-05-25 07:38:41 +09:00
Niklas Hambüchen
83a8acc392
Merge pull request #121331 from nh2/wireguard-dynamicEndpointRefreshSeconds
...
nixos/wireguard: Add `dynamicEndpointRefreshSeconds` option
2021-05-24 21:49:05 +02:00
Samuel Dionne-Riel
db3199f8c3
Merge pull request #118993 from tomfitzhenry/serial-doc
...
nixos/manual: document how to install over a serial port
2021-05-24 15:26:23 -04:00
Francesco Gazzetta
5b42338f4e
docs/release-notes: mention staticjinja
2021-05-24 14:17:51 +02:00
Tom Fitzhenry
81e04717e8
nixos/manual: document how to install over a serial port
...
https://github.com/NixOS/nixpkgs/issues/58198
2021-05-24 17:29:19 +10:00
Jonathan Ringer
11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
Ryan Mulligan
6543c61311
nixos/doc: add 21.11 release notes stub
2021-05-22 18:14:49 -07:00
Ryan Mulligan
7501467903
nixos/doc: convert "Contributing to this manual" to CommonMark
...
Also updates it to mention running md-to-db.sh.
2021-05-22 18:14:49 -07:00
Ryan Mulligan
6c14851943
nixos/doc: add md-to-db.sh, convert "Building Your Own NixOS CD" to CommonMark
2021-05-22 18:14:49 -07:00
github-actions[bot]
901fb5e64e
Merge master into staging-next
2021-05-22 00:56:03 +00:00
Jonathan Ringer
5b61edfe47
docs/release-notes: mention ati_drivers_x11 removal
2021-05-21 16:16:48 -07:00
Jan Tojnar
a420acab1e
release notes: Mention automated gnomeExtensions
...
https://github.com/NixOS/nixpkgs/pull/118232
2021-05-21 23:53:16 +02:00
github-actions[bot]
8a5e4be6b6
Merge master into staging-next
2021-05-19 18:34:10 +00:00
Tim Van Baak
420b0fa378
nixos/nebula: Add release notes
2021-05-19 10:55:41 -07:00
Jonathan Ringer
c1f8a15dac
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
nixos/doc/manual/release-notes/rl-2105.xml
pkgs/tools/security/sequoia/default.nix
2021-05-19 10:39:54 -07:00
Robert Hensing
74bf82a202
Merge pull request #122784 from hercules-ci/nixpkgs-init-nixos-install-tools
...
nixos-install-tools: init
2021-05-19 17:45:43 +02:00
Michele Guerini Rocco
376eabdac3
Merge pull request #123254 from rnhmjoj/ipsec
...
libreswan: 3.2 -> 4.4
2021-05-19 13:36:04 +02:00
rnhmjoj
0de7e41520
docs/release-notes: mention libreswan update
2021-05-18 08:13:37 +02:00
Jonathan Ringer
d8e62d8e41
Merge remote-tracking branch 'origin/master' into staging-next
...
Fix cargo-flash build
2021-05-16 18:27:14 -07:00
Florian Klink
6c0058f47f
Merge pull request #85073 from hyperfekt/systemd-pstore
...
nixos/systemd|filesystems: mount and evacuate /sys/fs/pstore using systemd-pstore
2021-05-17 00:00:52 +02:00
Niklas Hambüchen
0da74875c0
release notes: Mention WireGuard dynamicEndpointRefreshSeconds
2021-05-16 20:11:51 +02:00
github-actions[bot]
78ae7ac75e
Merge staging-next into staging
2021-05-15 06:22:25 +00:00
github-actions[bot]
c48794dcef
Merge master into staging-next
2021-05-15 06:22:22 +00:00
Aaron Andersen
460f8def67
Merge pull request #122255 from aanderse/kodi
...
kodi: 19.0 -> 19.1
2021-05-14 23:21:08 -04:00
Vladimír Čunát
c48eaa70e3
Merge branch 'master' into staging-next
2021-05-14 22:27:34 +02:00
Robert Schütz
e611d663f4
Merge pull request #120440 from dotlambda/radicale-settings
...
nixos/radicale: add settings option
2021-05-14 15:37:26 +02:00
Jan Tojnar
ac6a4f7cf5
Merge branch 'staging-next' into staging
2021-05-14 01:40:09 +02:00
github-actions[bot]
39e3f7c2cc
Merge master into staging-next
2021-05-13 18:32:50 +00:00
Jonas Chevalier
c6b62f2381
mkShell: introduce packages argument ( #122180 )
...
The distinction between the inputs doesn't really make sense in the
mkShell context. Technically speaking, we should be using the
nativeBuildInputs most of the time.
So in order to make this function more beginner-friendly, add "packages"
as an attribute, that maps to nativeBuildInputs.
This commit also updates all the uses in nixpkgs.
2021-05-13 19:17:29 +02:00
Robert Hensing
7b0e0ca35e
nixos-install-tools: init
...
The essential commands from the NixOS installer as a package
With this package, you get the commands like nixos-generate-config and
nixos-install that you would otherwise only find on a NixOS system, such
as an installer image.
This way, you can install NixOS using a machine that only has Nix.
It also includes the manpages, which are important because the commands
rely on those for providing --help.
2021-05-13 01:29:02 +02:00
Thomas Tuegel
af8532eee9
Add KDE Gear 21.04 to the release notes
2021-05-11 12:15:51 -05:00
hyperfekt
3e3e763a07
nixos/systemd: enable systemd-pstore.service
...
As described in issue #81138 , the Install section of upstream units is
currently ignored, so we make it part of the sysinit.target manually.
2021-05-09 23:21:51 +02:00
Aaron Andersen
3f499a9c64
kodi: 19.0 -> 19.1
2021-05-08 18:26:19 -04:00
Martin Weinelt
9651084620
Merge remote-tracking branch 'origin/master' into staging-next
2021-05-08 14:43:43 +02:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
github-actions[bot]
1ae6d3d02f
Merge master into staging-next
2021-05-07 18:24:29 +00:00
Robin Gloster
29e92116d1
Merge pull request #118037 from mayflower/privacy-extensions-configurable
...
nixos/network: allow configuring tempaddr for undeclared interfaces
2021-05-07 13:01:29 -05:00
github-actions[bot]
12193913a1
Merge staging-next into staging
2021-05-07 12:23:21 +00:00
Linus Heckemann
47828e7dc0
nixos/manual: document IPv6 Privacy Extensions options
2021-05-07 13:55:11 +02:00
Jan Tojnar
913123f3b1
rl-2105: Mention GNOME 40
2021-05-05 22:42:58 +02:00
Robert Schütz
762be5c86d
nixos/radicale: harden systemd unit
2021-05-04 17:43:26 +02:00
github-actions[bot]
dfafc173e0
Merge staging-next into staging
2021-05-04 12:23:31 +00:00
Robert Schütz
022c5b0922
nixos/radicale: add settings option
...
The radicale version is no longer chosen automatically based on
system.stateVersion because that gave the impression that old versions
are still supported.
2021-05-04 10:22:05 +02:00
Silvan Mosberger
b8336c2b8a
formats.ini: Introduce listToValue
argument ( #121613 )
...
Allows coercing lists to values. E.g.
formats.ini { listToValue = lib.concatMapStringsSep ", " (lib.generators.mkValueStringDefault {}); }
2021-05-04 09:49:25 +02:00
github-actions[bot]
98d7aac597
Merge staging-next into staging
2021-05-04 00:49:43 +00:00
Marc 'risson' Schmitt
52f6733203
nixos/unbound: deprecate extraConfig in favor of settings
...
Follow RFC 42 by having a settings option that is
then converted into an unbound configuration file
instead of having an extraConfig option.
Existing options have been renamed or kept if
possible.
An enableRemoteAccess has been added. It sets remote-control setting to
true in unbound.conf which in turn enables the new wrapping of
unbound-control to access the server locally. Also includes options
'remoteAccessInterfaces' and 'remoteAccessPort' for remote access.
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-05-03 21:27:15 +02:00
github-actions[bot]
5e177b16b1
Merge staging-next into staging
2021-05-03 18:25:49 +00:00
Silvan Mosberger
3e930b7e4a
Merge pull request #121294 from nh2/issue-121288-wireguard-fix-chmod-race
...
wireguard module: generatePrivateKeyFile: Fix chmod security race
2021-05-03 16:24:42 +02:00
github-actions[bot]
a4c3a2d732
Merge staging-next into staging
2021-05-03 12:26:48 +00:00
José Romildo Malaquias
8073df31a5
Merge pull request #121046 from romildo/fix.xfce
...
xfce: does not explicitly require a gvfs package
2021-05-03 08:14:56 -03:00
Luke Granger-Brown
2eddff5480
Merge pull request #120569 from abathur/yadm-3x-release-note
...
yadm: add release note for 3.x
2021-05-03 10:50:45 +01:00
github-actions[bot]
afe3fd192f
Merge staging-next into staging
2021-05-03 00:53:51 +00:00
Martin Weinelt
d942d4473d
neovim, neovimUtils, neovim-qt: drop python2 support
...
In 2a00e53bd
pynvim support for python2 was disabled, this broke the
neovim build. I really think it is time to let go of python2 support in
neovim.
2021-05-02 22:43:53 +02:00
José Romildo Malaquias
a611906544
xfce: add release note about dropping lighter gvfs package
2021-05-02 14:26:52 -03:00
github-actions[bot]
ef6416a6ba
Merge staging-next into staging
2021-05-01 00:54:32 +00:00
Martin Weinelt
e0f1e1f7bf
nixos/zigbee2mqtt: convert to rfc42 style settings
2021-04-30 19:42:26 +02:00
Niklas Hambüchen
a874a8a98b
release notes: Mention wireguard generatePrivateKeyFile
permission changes
2021-04-30 19:28:04 +02:00
Travis A. Everett
5fb284dda6
yadm: add release note for 3.x
2021-04-30 11:07:35 -05:00
github-actions[bot]
97889a52e1
Merge staging-next into staging
2021-04-27 18:14:28 +00:00
ajs124
39a51c9923
Merge pull request #118338 from Izorkin/update-nginx-zlib-ng
...
nginx: update to 1.20.0, replace zlib to zlib-ng
2021-04-27 16:36:25 +02:00
github-actions[bot]
8634c6f7d1
Merge staging-next into staging
2021-04-26 00:17:03 +00:00
Michele Guerini Rocco
e035c1b417
Merge pull request #119952 from attila-lendvai/extraLayouts
...
nixos/doc/manual: refine extraLayouts, add warnings an test commands
2021-04-25 21:06:49 +02:00
Jan Tojnar
c1f851b2ee
Merge branch 'staging-next' into staging
2021-04-25 08:22:13 +02:00
Martin Weinelt
e8988f7a30
nixos/babeld: run as DynamicUser
...
The last bits to prevent babeld from running unprivileged was its
kernel_setup_interface routine, that wants to set per interface
rp_filter. This behaviour has been disabled in a patch that has been
submitted upstream at https://github.com/jech/babeld/pull/68 and reuses
the skip-kernel-setup config option.
→ Overall exposure level for babeld.service: 1.7 OK 🙂
2021-04-25 00:54:52 +02:00
Michael Raskin
d04f1c4314
Merge pull request #101071 from ju1m/apparmor
...
apparmor: try again to fix and improve
2021-04-24 11:24:26 +00:00
Attila Lendvai
603707a137
nixos/doc/manual: refine extraLayouts, add warnings an test commands
2021-04-24 09:52:43 +02:00
github-actions[bot]
944e32775d
Merge staging-next into staging
2021-04-24 00:16:20 +00:00
Luke Granger-Brown
4de343cccf
nixos/test-driver: use a variety of different Tesseract settings for OCR
...
When performing OCR, some of the Tesseract settings perform better than
others on a variety of different workloads, but they mostly take
~negligible incremental time to run compared to the overhead of running
the ImageMagick filters.
After this commit, we try using all three of the current Tesseract
models (classic, LSTM, and classic+LSTM) to generate output text. This
fixes chromium-90's tests at release-20.09, and should make cases where
you're looking for *specific* text better, with the tradeoff of running
Tesseract multiple times.
To make it sensible to cherrypick this into release-20.09, this doesn't
change the existing API surface for the test driver. In particular,
get_screen_text continues to have the existing behaviour.
2021-04-23 18:42:35 +00:00
davidak
fabdd46503
kbdKeymaps: remove
...
dvp and neo are now included in kbd
includes documentation in release notes and alias
2021-04-23 16:41:06 +02:00
Julien Moutinho
b42a0e205d
nixos/apparmor: disable killUnconfinedConfinables by default
2021-04-23 07:20:20 +02:00
Julien Moutinho
03b2156d26
nixos/apparmor: move release note to 21.05
2021-04-23 07:19:32 +02:00
Julien Moutinho
05d334cfe2
Revert "Revert "apparmor: fix and improve the service""
...
This reverts commit 420f89ceb2
.
2021-04-23 07:17:55 +02:00
Izorkin
65ce0419ad
nginx: add release notes
2021-04-21 11:18:14 +03:00
Daniël de Kok
f75286e063
cudatoolkit-{9,9_0,9_1,9_2}: remove
...
Remove old CUDA toolkits (and corresponding CuDNN versions).
- Not supported by upstream anymore.
- We do not use them in nixpkgs.
- We do not test or actively maintain them.
- Anything but ancient GPUs is supported by newer toolkits.
Fixes #107131 .
2021-04-18 11:55:10 +02:00
Jörg Thalheim
0854659567
Merge pull request #119389 from marsam/drop-postgresql_9_5
...
postgresql_9_5: drop
2021-04-16 19:29:21 +01:00
Guillaume Girol
f1a2ab6818
Merge pull request #115332 from symphorien/usertype
...
nixos/users: require one of users.users.name.{isSystemUser,isNormalUser}
2021-04-14 19:38:26 +00:00
Symphorien Gibol
7a87973b4c
nixos/users: require one of users.users.name.{isSystemUser,isNormalUser}
...
As the only consequence of isSystemUser is that if the uid is null then
it's allocated below 500, if a user has uid = something below 500 then
we don't require isSystemUser to be set.
Motivation: https://github.com/NixOS/nixpkgs/issues/112647
2021-04-14 20:40:00 +02:00
Florian Klink
5429cc1af4
rl-2105: Document /etc/systemd-mutable/system is gone from the defaults, point to boot.extraSystemdUnitPaths
2021-04-14 12:52:58 +02:00
taku0
4c87cb87a2
Merge pull request #67684 from indiscipline/minio
...
nixos/minio: allow multiple data directories for erasure coding
2021-04-13 18:29:28 +09:00
Sandro
1781eeade9
Merge pull request #118773 from peterhoeg/doc/packagekit
...
document packagekit changes
2021-04-12 17:19:47 +02:00
Indiscipline
9ffc4ad790
nixos/minio: allow multiple data directories for erasure coding
2021-04-10 14:44:45 +03:00
Maximilian Bosch
842f900e73
Merge pull request #114128 from jorsn/docs.fix-hostName
...
nixos/docs: fix example for code-generated modules
2021-04-09 18:05:51 +02:00
Kim Lindberger
5a1bd5ff66
Merge pull request #116074 from talyz/discourse
...
discourse: Add package and NixOS module
2021-04-08 14:19:49 +02:00
Peter Hoeg
b7f5bc61f3
document packagekit
2021-04-08 09:23:54 +08:00
talyz
bc26a46943
rl-2105: Add Discourse module note
2021-04-05 13:56:02 +02:00
Guillaume Girol
fe0e0afbc0
Merge pull request #92929 from symphorien/postgresql-check-config-file
...
nixos/postgresql: check config file syntax at build time
2021-04-02 16:27:03 +00:00
ajs124
2f42097c88
Merge pull request #118090 from helsinki-systems/upd/xfsprogs
...
xfsprogs: 5.10.0 -> 5.11.0
2021-04-01 13:51:01 +02:00
Mario Rodas
72ab382fb6
postgresql_9_5: drop
...
PostgreSQL 9.5 has reached EOL on February 11, 2021.
See https://www.postgresql.org/support/versioning/
2021-04-01 04:20:00 +00:00
Martin Weinelt
285301cd1f
linuxPackages: 5.4 -> 5.10
...
The 5.10 series is the next longterm version of the linux kernel and
I've been using it on multiple x86_64 machines ever since it came out.
I think it is time to switch over the default now, so we get some
additional testing in time for NixOS 21.05.
2021-03-31 11:29:33 -04:00
Frederik Rietdijk
9b9e9cff00
Merge pull request #117015 from NixOS/staging-next
...
Staging next
2021-03-31 12:42:19 +02:00
davidak
fe3eb35133
Merge pull request #97565 from samuelgrf/defaultPackages-nano
...
nixos/config: move nano to defaultPackages
2021-03-31 09:17:56 +02:00
github-actions[bot]
4ba71fb819
Merge master into staging-next
2021-03-31 00:12:29 +00:00
ajs124
db8b545233
xfsprogs: 5.10.0 -> 5.11.0
...
also try to correct meta.license
2021-03-30 20:14:53 +02:00
talyz
abba76a3b9
nixos/gitlab: Document automatic backups
2021-03-30 19:15:33 +02:00
Samuel Gräfenstein
e6cd793a74
nixos/config: move nano to defaultPackages
...
Some people already have another editor installed and may want to
get rid of applications they don't use.
2021-03-30 11:50:03 +02:00
github-actions[bot]
8cebf1dc19
Merge master into staging-next
2021-03-25 06:05:58 +00:00
Léo Gaspard
219ee8d091
release notes: typo fixes ( #117539 )
2021-03-25 01:28:41 +01:00
github-actions[bot]
380cb1e995
Merge master into staging-next
2021-03-24 12:11:57 +00:00
Robert Hensing
2f7be87a8a
nixos/doc: Update Writing Documentation to use nix-shell
2021-03-22 21:21:08 +01:00
Robert Hensing
12e7698a65
nixos/doc/manual/Makefile: Do not format
...
Formatting has been neglected. Running `make` would format dozens
of files, which is a great way of scaring away newcomers and those
with less git experience. It would also annoy the heck out of
regular contributors.
The purpose of formatting is to avoid a small annoyance, so it
should not become a big annoyance that makes people give up on
their work.
2021-03-22 21:15:11 +01:00
github-actions[bot]
feda7be375
Merge master into staging-next
2021-03-22 12:26:55 +00:00
Michele Guerini Rocco
a88356cbbe
Merge pull request #97048 from bluecmd/patch-1
...
nixos/manual: luks entries are auto-detected
2021-03-22 08:15:42 +01:00
github-actions[bot]
1398d44bac
Merge staging-next into staging
2021-03-16 00:39:16 +00:00
Jade
c6189e2f28
manual/installation: s/boot.loader.systemd/boot.loader.systemd-boot
...
The link had the wrong title.
2021-03-15 01:26:32 -07:00
Jan Tojnar
a16ce80193
Merge branch 'staging-next' into staging
2021-03-14 02:09:44 +01:00
Jan Tojnar
b19f08ec61
nixos/doc: Fix release notes syntax
2021-03-14 02:01:46 +01:00
Doron Behar
5e367ecef9
Merge pull request #106599 from doronbehar/pkg/gnuradio/pkgs
2021-03-13 17:27:40 +00:00
Aaron Andersen
0bf8f56105
Merge pull request #115871 from aanderse/kodi-packages
...
kodi: plugins cleanup
2021-03-13 10:10:20 -05:00
Frederik Rietdijk
9d03ff5222
python: reproducible builds
...
Achieve reproducible builds of the interpreter. Note this meant
disabling optimizations again.
2021-03-13 13:11:50 +01:00
Doron Behar
2d08e55e9b
gnuradio.pkgs: init
...
- Write a `mkDerivation` and `mkDerivationWith` function for gnuradio,
like qt5.
- qradiolink, gqrx: Use gnuradio's callPackage and mkDerivation.
- Use gnuradio.callPackage to define all gnuradio.pkgs.
- Move all gnuradio packages expressions to pkgs/development/gnuradio-modules/ -
modeled after Python's.
- Add more paths to gnuradio's wrapper - add the extra packages as
python modules, and add their executables with proper env vars
wrapping.
Co-authored-by: Frederik Rietdijk <fridh@fridh.nl>
2021-03-13 12:46:59 +02:00
Jan Tojnar
9a64ee2b45
Merge branch 'staging-next' into staging
2021-03-13 01:58:15 +01:00
Philipp Riegger
ac59cb8276
nixos/release-notes/rl-2105.xml: fix typo
2021-03-12 15:44:13 +01:00
Aaron Andersen
696ac06a93
kodi: add release notes for version 19.0 update
2021-03-11 20:35:54 -05:00
Aaron Andersen
4769eb4f58
kodi: add release notes for kodi.withPackages
2021-03-11 20:35:54 -05:00
Bryan Gardiner
d3ea5a7290
nixos/manual/writing-nixos-tests: document how to disable Black silently
2021-03-10 18:56:52 -08:00
Chris Martin
5ae6e17795
kindlegen: remove the package ( closes #96439 )
2021-03-10 07:33:53 +00:00
Sarah Brofeldt
fd02940262
nixos/apache-kafka: Use version-matched jre
2021-03-10 08:10:30 +01:00
rnhmjoj
f3c77e5e61
nixos/release-notes: highlight privoxy updates
2021-03-09 11:03:00 +01:00
Michele Guerini Rocco
af6037b338
Merge pull request #111551 from xaverdh/xserver-modern-drivers
...
nixos/xserver: use modern video drivers
2021-03-09 08:14:24 +01:00
Johan Thomsen
7b5c38e973
nixos/kubernetes: docker -> containerd
...
also, nixos/containerd: module init
2021-03-07 12:51:14 +10:00
Daniël de Kok
158578de40
Merge pull request #114731 from danieldk/release-notes-cargo-hooks
...
nixos/rl-2105: add hookification of buildRustPackage
2021-03-06 11:49:21 +01:00
TredwellGit
e3d705e601
nixos/xserver: use modern video drivers
...
cirrus is obsolete: https://www.vintage3d.org/cirrus.php
nv is obsolete: https://www.phoronix.com/scan.php?page=article&item=nvidia_kills_nv&num=1
vesa is obsolete: https://www.phoronix.com/scan.php?page=news_item&px=Nzc3Nw
ati and ati_unfree are superseded by amdgpu and amdgpu-pro: https://wiki.gentoo.org/wiki/ATI_FAQ#Is_my_AMD.2FATI_board_supported.3F
nouveau and fbdev added for better fallback support.
2021-03-06 08:47:18 +01:00
Maximilian Bosch
594eff1d59
Merge pull request #113958 from Ma27/nextcloud21
...
nextcloud21: init at 21.0.0, set as default version
2021-03-04 21:47:26 +01:00
Daniël de Kok
3faea849b9
nixos/rl-2105: add hookification of buildRustPackage
2021-03-04 11:19:11 +01:00
laikq
5c99d24d1e
doc: explain where pkgs comes from in writing-modules
...
The manual mentions how "[config and pkgs] are explained later". Added a link
to where they are explained, and a hint pointing to the NIX_PATH variable.
2021-03-03 11:09:21 -05:00
Kim Lindberger
e72375464b
Merge pull request #113635 from talyz/gitlab-improvements
...
nixos/gitlab: Clean config dir, switch to puma, split PreStart script and more
2021-03-01 13:37:53 +01:00
Milan Svoboda
df3d560999
nixos/nix-gc: add persistent and randomizeDelaySec options
2021-02-28 04:21:21 -05:00
Robert Schütz
5cc881d0d8
imagemagick: make 7.0 default
2021-02-27 18:34:36 +01:00
talyz
2b3800b9c7
nixos/gitlab: Change default SMTP port, enable postfix only if used
...
Change the default SMTP port to `25`, to better match the default
address `localhost`. This gets rid of some error outputs in the test,
where it fails to connect to localhost:465.
Also, don't enable postfix by default unless it's actually useful to
us.
2021-02-24 18:32:24 +01:00
Johannes Rosenberger
aa5124d229
nixos/docs: fix example for code-generated modules
2021-02-23 15:38:23 +01:00
Florian Klink
f3af2df658
Merge pull request #111635 from xaverdh/hide-pid-broken
...
nixos/hidepid: remove module, it's broken
2021-02-23 00:20:29 +01:00
Maximilian Bosch
f7011c70f3
nextcloud21: init at 21.0.0, set as default version
...
ChangeLog: https://nextcloud.com/changelog/#latest21
* Packaged 21.0.0, test-deployed it to my personal instance and tested
the most basic functionality (`davfs2`-mount, {card,cal}dav sync, file
management).
* Bumped the default version for unstable/21.05 to `nextcloud21`. Since
`nextcloud20` was added after the release of 20.09 (and thus the
default on 20.09 is still `nextcloud19`), it's now needed to upgrade
across two majors.
This is not a problem though since it's possible to upgrade to v20 on
20.09 already and if not, the module will guard the administrator
through the upgrade with eval warnings as it's the case since 20.03.
* Dropped `nextcloud17` attribute and marked `nextcloud18` as EOL.
2021-02-22 13:04:42 +01:00
David Arnold
6bfaed9b2c
installer: fixup sd-card folder move from #110827
2021-02-21 16:12:54 -05:00
Dominik Xaver Hörl
f7fce2c52f
nixos/rl-2105: document removal of the hidepid module
2021-02-21 13:51:37 +01:00
Florian Klink
e3d3643f1b
nixos/release-notes/rl-2105.xml: fix typo
2021-02-21 13:14:55 +01:00
WORLDofPEACE
3c88820235
rl-2105: rngd
2021-02-21 07:09:13 -05:00
nicoo
16b6c4b2d7
nixos/manual/virtualbox-guest: Remove mentions of rngd
2021-02-21 01:37:18 +01:00
Michele Guerini Rocco
19d715c573
Merge pull request #107382 from rnhmjoj/no-udev-settle
...
nixos/{networkd,dhcpcd}: remove udev-settle hack
2021-02-20 20:49:19 +01:00
rnhmjoj
d683d26d89
nixos/release-notes: warn on interface renaming
2021-02-19 09:26:14 +01:00
rnhmjoj
aafaf3ba97
nixos/docs: add section on renaming interfaces
2021-02-19 09:26:14 +01:00
Dominik Xaver Hörl
3629c74c10
nixos/rl-2105: document removal of systemConfig parameter
2021-02-18 12:48:08 +01:00
Luke Granger-Brown
cfed3b8b22
treewide: update 21.03 to 21.05
...
The NixOS 21.03 release has been delayed to 21.05. See NixOS/rfcs#80 .
There are two instances of 21.03 which have been left as is, since they
are in stateVersion comparisons. This will ensure that existing user
configurations which refer to 21.03 will continue to work.
2021-02-12 14:12:48 -08:00
Bernardo Meurer
77a76e2ff8
release-notes/rl-2103: mention removal of flashplayer support from tree
2021-02-08 09:40:20 -08:00
Michele Guerini Rocco
c9f6a7f349
Merge pull request #111624 from rnhmjoj/thinkfan
...
nixos/thinkfan: rewrite for 1.2 update
2021-02-08 12:20:07 +01:00
rnhmjoj
c753910d98
nixos/release-notes: mention thinkfan 1.2 update
2021-02-07 14:35:37 +01:00
Michael Weiss
d0b891c828
isync: 1.3.4 -> 1.4.0
...
Important changes:
- The 'isync' compatibility wrapper was removed.
- The Master/Slave configuration keywords where deprecated and should be
replaced with Far/Near. All users should update their configuration
file accordingly. It's a trivial change and the old Master/Slave
keywords will still work for now but result in the following message:
Notice: Master/Slave are deprecated; use Far/Near instead.
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-04 19:54:54 +01:00
John Ericson
6717246373
Merge pull request #111284 from siraben/remove-new-stdenv-lib
...
stdenv: warn about use of inherited lib
2021-01-30 22:28:05 -05:00
Elias Probst
27da11972d
nixos/restic: correct location of cache directory
...
By default, restic determines the location of the cache based on the XDG
base dir specification, which is `~/.cache/restic` when the environment
variable `$XDG_CACHE_HOME` isn't set.
As restic is executed as root by default, this resulted in the cache being
written to `/root/.cache/restic`, which is not quite right for a system
service and also meant, multiple backup services would use the same cache
directory - potentially causing issues with locking, data corruption,
etc.
The goal was to ensure, restic uses the correct cache location for a
system service - one cache per backup specification, using `/var/cache`
as the base directory for it.
systemd sets the environment variable `$CACHE_DIRECTORY` once
`CacheDirectory=` is defined, but restic doesn't change its behavior
based on the presence of this environment variable.
Instead, the specifier [1] `%C` can be used to point restic explicitly
towards the correct cache location using the `--cache-dir` argument.
Furthermore, the `CacheDirectoryMode=` was set to `0700`, as the default
of `0755` is far too open in this case, as the cache might contain
sensitive data.
[1] https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Specifiers
2021-01-30 18:24:51 -08:00
Ben Siraphob
0fa4858791
release-notes/rl-2103: mention deprecation of stdenv.lib
2021-01-30 20:26:37 +07:00
Erik Arvstedt
0b5fd3b784
qemu-guest: remove security.rngd setting
...
Since release 20.09 `rngd.enable` defaults to false, so this setting is redundant.
Also fix the `qemu-quest` section of the manual that incorrectly claimed
that `rngd` was enabled.
2021-01-27 18:27:34 +01:00
Florian Klink
1030745555
Merge pull request #106857 from m1cr0man/master
...
nixos/acme: Fixes for account creation and remove tmpfiles usage
2021-01-27 17:52:16 +01:00
bb2020
603e14c793
nixos/alsa: disable OSSEmulation by default
...
OSS Emulation is considered incomplete so disabling it by default.
Using user level alsa-oss library (nix-env -iA nixos.alsaOss) over
this kernel module is recommended.
2021-01-26 15:06:33 +03:00
Ben Siraphob
1c2a2b0a08
treewide: fold -> foldr
2021-01-26 10:57:07 +07:00
Attila Lendvai
21c56fc3cf
nixos/doc/manual: In the preface, add link to #chap-contributing
...
Turned the freetext suggestion about opening the build output
into a copy-pastable xdg-open line.
Renamed title to 'Contributing to this manual'.
2021-01-23 18:58:54 -08:00
markuskowa
2f34b4b883
Merge pull request #108983 from markuskowa/dev-mpi
...
Use mpi attribute consistently to provide a default MPI implementation
2021-01-23 22:51:09 +01:00
John Ericson
9c213398b3
lib: Clean up how linux and gcc config is specified
...
Second attempt of 8929989614589ee3acd070a6409b2b9700c92d65; see that
commit for details.
This reverts commit 0bc275e634
.
2021-01-23 10:01:28 -05:00
Markus Kowalewski
68fa960f6a
nixos/release-notes: add comment about generic mpi attribute
2021-01-23 12:15:18 +01:00
Jonathan Ringer
0bc275e634
Revert "lib: Clean up how linux and gcc config is specified"
...
This is a stdenv-rebuild, and should not be merged
into master
This reverts commit 8929989614
.
2021-01-22 14:07:06 -08:00