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
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
Linus Heckemann
47828e7dc0
nixos/manual: document IPv6 Privacy Extensions options
2021-05-07 13:55:11 +02:00
Attila Lendvai
603707a137
nixos/doc/manual: refine extraLayouts, add warnings an test commands
2021-04-24 09:52:43 +02: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
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
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
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
Johannes Rosenberger
aa5124d229
nixos/docs: fix example for code-generated modules
2021-02-23 15:38:23 +01:00
David Arnold
6bfaed9b2c
installer: fixup sd-card folder move from #110827
2021-02-21 16:12:54 -05:00
rnhmjoj
aafaf3ba97
nixos/docs: add section on renaming interfaces
2021-02-19 09:26:14 +01: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
Linus Heckemann
5153deedd8
Merge pull request #108909 from thiagokokada/libinput-by-device-type
...
nixos/libinput: separate settings by mouse/touchpad
2021-01-21 10:43:44 +01:00
Jonathan Ringer
4edbbe523c
nixos/manual: pkgconfig -> pkg-config
2021-01-19 01:16:25 -08:00
Thiago Kenji Okada
887386fbbe
nixos/doc: fix manual reference to libinput
2021-01-13 10:20:34 -03:00
talyz
0f0d5c0c49
profiles/hardened: Add note about potential instability
...
Enabling the profile can lead to hard-to-debug issues, which should be
warned about in addition to the cost in features and performance.
See https://github.com/NixOS/nixpkgs/issues/108262 for an example.
2021-01-04 16:03:29 +01:00
Aaron Andersen
30c2069a9c
Merge pull request #78168 from active-group/subversion-apache-config-docs
...
nixos/doc: Rudimentary documentation for Subversion-inside-Apache HTTP.
2020-11-21 15:17:45 -05:00
Mike Sperber
aaad9fd0da
nixos/doc: Rudimentary documentation for Subversion-inside-Apache HTTP.
...
Content thanks to: Aaron Andersen
2020-11-14 15:05:46 +01:00
zowoq
31051812bc
nixos/doc/*: fix indentation
2020-11-12 14:24:00 +10:00
Timo Kaufmann
b839d4a855
Merge pull request #98938 from raboof/nixos-manual-wayland
...
nixos.manual: introduce Wayland section
2020-11-09 16:59:12 +01:00
Arnout Engelen
c9b669a283
nixos.manual: introduce Wayland section
...
Co-Authored-By: Nicolas Berbiche <nicolas@normie.dev>
2020-11-01 15:47:10 +01:00
Klemens Nanni
3216b85713
nixos/system-path: Add mkpasswd(1)
...
Generating password hashes, e.g. when adding new users to the system
configuration, should work out-of-the-box and offline.
2020-10-26 03:40:11 +01:00
Sebastian Neubauer
0dca8d5b1e
nixos/manual: add 32-bit amdvlk usage
2020-09-14 17:41:23 +02:00
Christian Svensson
44e472a605
nixos/manual: luks entries are auto-detected
...
Mention that the the LUKS entries do not need to be added when using
nixos-generate-config. Keep the instructions for people that want to
do it manually.
2020-09-04 00:00:15 +02:00
rnhmjoj
bc62423a87
nixos/doc: convert loaOf options refs to attrsOf
2020-09-02 00:42:51 +02:00
Daniël de Kok
95e5089607
nixos/manual: remove references to rocm-runtime-ext
...
rocm-runtime-ext is not needed anymore for OpenCL image support.
2020-08-21 08:50:51 +02:00
Martin Weinelt
9c8c31b241
Merge pull request #95086 from danieldk/manual-intel-opencl
...
nixos/manual: add a section about enabling OpenCL for Intel GPUs
2020-08-14 12:09:49 +02:00
Daniël de Kok
9c14f5d56e
nixos/manual: add a section about common GPU acceleration issues
2020-08-13 19:35:47 +02:00
Daniël de Kok
1c26e70bbc
nixos/manual: add a section about enabling OpenCL for Intel GPUs
2020-08-10 16:26:42 +02:00
Sebastian Neubauer
350f1d64af
nixos/manual: add a section about Vulkan drivers
...
- Add a general block about how to configure and test Vulkan
- Add a section about switching between mesa/radv and amdvlk on AMD
GPUs.
2020-07-22 14:41:33 +02:00
Daniël de Kok
45edd3b418
nixos/manual: add a section about enabling OpenCL for AMD GPUs
...
- Begin a new chapter "GPU Acceleration", this should also cover
VA-API, OpenGL, Vulkan, etc.
- Add a general blurb about OpenCL and how to check whether OpenCL
devices are found.
- Add a section about enabling OpenCL for AMD GPUs specifically.
2020-07-17 13:35:49 +02:00
worldofpeace
490cd7889e
nixos/displayManager: make autoLogin options independent of DM type
...
Co-authored-by: volth <volth@volth.com>
2020-07-09 21:15:35 -04:00
rnhmjoj
1b17b3b915
nixos/doc: add section on Intel DDX drivers
2020-06-22 17:50:18 +02:00
Jan Tojnar
e6ce041cae
nixos/doc: Improve code listings
...
By adding prompts and replaceables and removing unnecessary indentation.
2020-09-23 01:25:25 +02:00
Ethan Glasser-Camp
b59b7414c3
nixos/manual: document use of systemd to mount filesystems ( #87684 )
...
* nixos/manual: document use of systemd to mount filesystems
2020-05-14 18:00:01 +02:00
Michele Guerini Rocco
dc9c88a451
Merge pull request #86678 from rnhmjoj/picom
...
nixos/picom: cleanup
2020-05-06 10:27:16 +02:00
rnhmjoj
027d4e639a
nixos/picom: document breaking change in release notes
2020-05-04 08:58:09 +02:00
Pavol Rusnak
7b0167204d
treewide: use https for nixos.org and hydra.nixos.org
...
tarballs.nixos.org is omitted from the change because urls from there
are always hashed and checked
2020-05-03 22:14:21 -07:00
Thibaut Marty
8fb54e7168
herbstluftwm: add option to the X Window System manual chapter
2020-04-14 11:04:47 +02:00
Maximilian Bosch
849e16888f
nixos/doc/matrix-synapse: refactor
...
* Linkify all service options used in the code-examples.
* Demonstrated the use of `riot-web.override {}`.
* Moved the example how to configure a postgresql-database for
`matrix-synapse` to this document from the 20.03 release-notes.
2020-03-16 10:39:42 +01:00
worldofpeace
b7b46d0184
doc/xfce: remove trailing code
2020-03-01 13:44:15 -05:00
Suwon Park
7948e6785b
nixos/manual: add environment.systemPackages option in an example
...
The environment.systemPackages option lacks in the example which is used in the next paragraph to explain merging of the options defined by multiple modules.
2020-02-29 12:11:42 +01:00
worldofpeace
2442f99d40
Revert "Theming options for Gtk and Qt"
2020-02-22 20:42:27 -05:00
gnidorah
ffdc7dc3be
nixos/doc: mention qt and gtk modules
2020-02-21 18:57:56 +03:00
worldofpeace
9cb395a4e7
Merge pull request #78838 from worldofpeace/nm-doc-update
...
nixos/doc/network-manager: updates
2020-02-01 18:08:48 -05:00
worldofpeace
cbce59a9cc
nixos/doc/network-manager: updates
...
Fixes #71161
2020-02-01 18:07:10 -05:00
worldofpeace
1687c355e7
nixos/doc/xfce: claiify where xfce packages are
2020-01-30 05:44:02 -05:00
worldofpeace
251f0eb90a
nixos/doc/xfce: mention thunar plugins
2020-01-30 05:43:14 -05:00
worldofpeace
c5108e541d
nixos/doc/xfce: remove thunar volume mention
...
This doesn't even make sense.
2020-01-30 05:36:51 -05:00
worldofpeace
dd229f425e
nixos/doc/xfce: drop polkit mention
...
We install a polkit agent automatically no
2020-01-30 05:36:14 -05:00