about summary refs log tree commit diff
path: root/nixos/doc/manual/configuration
AgeCommit message (Collapse)AuthorFilesLines
2022-11-19nixos/manual: Don't recommend mkpasswd methodsMartin Weinelt1-2/+1
Instead rely on the default, which at this time is yescrypt.
2022-11-18Merge pull request #186764 from fricklerhandwerk/remove-syntax-overviewSergei Trofimovich2-47/+0
remove Nix language syntax summary
2022-10-16Merge master into staging-nextgithub-actions[bot]1-8/+0
2022-10-16nixos/manual/kubernetes: re-enabling of insecure ports is no longer possibleJohan Thomsen1-8/+0
2022-10-06Merge pull request #167047 from helsinki-systems/drop/postgresql10Mario Rodas1-1/+1
postgresql: remove 10.x
2022-08-23nixos/xserver: remove useGlamor optionThiago Kenji Okada1-1/+0
This option is based on a recommendation from a page last updated in 2014 (see https://www.freedesktop.org/wiki/Software/Glamor/), and it is not necessary anymore. Also, it did the wrong thing: it forced DRI2, but Glamor should also work with DRI3, that is a better option most of the time. So let's remove this option, folks that still want to force this manually can do so in other ways.
2022-08-15treewide: change postgresql_10 in documentation and examples to postgresql_14ajs1241-1/+1
2022-08-15remove Nix language syntax summaryValentin Gagarin2-47/+0
this belongs to the Nix package manager manual
2022-08-05use consistently user alice for examplesolaf1-2/+2
2022-07-03Merge pull request #176595 from symphorien/appimage-run-docGuillaume Girol1-5/+30
nixos/doc: explain how to run appimages
2022-06-26nixos/thunar: initJosé Romildo1-3/+8
- Add a module for the thunar file manager, which depends on the xfconf dbus service, and also has a dbus service and a systemd unit. - Renames the option services.xserver.desktopManager.xfce.thunarPlugins to programs.thunar.plugins.
2022-06-06nixos/doc: explain how to run appimagesGuillaume Girol1-5/+30
2021-11-21nixos/doc: improve example of renaming network interfacesAndrew Kvalheim1-1/+1
For reliably identifying network interfaces, `PermanentMACAddress` is likely to be preferable to `MACAddress`. NetworkManager in particular commonly changes the MAC address of wireless interfaces. Reference: - https://www.freedesktop.org/software/systemd/man/systemd.link.html#PermanentMACAddress=
2021-09-12Merge master into staging-nextgithub-actions[bot]13-232/+180
2021-09-08nixos: nixos/doc/manual/configuration/profiles.xml to CommonMarkBobby Rong3-40/+35
2021-09-08nixos: nixos/doc/manual/configuration/networking.xml to CommonMarkBobby Rong3-21/+17
2021-09-08nixos: nixos/doc/manual/configuration/file-systems.xml to CommonMarkBobby Rong3-59/+43
2021-09-08nixos: nixos/doc/manual/configuration/package-mgmt.xml to CommonMarkBobby Rong3-32/+19
2021-09-08nixos: nixos/doc/manual/configuration/config-syntax.xml to CommonMarkBobby Rong3-26/+20
2021-09-08nixos: nixos/doc/manual/configuration/declarative-packages.xml to CommonMarkBobby Rong3-55/+47
2021-09-07nixos/doc: adjust to the new structure of kernel packagesBobby Rong1-16/+21
2021-09-07Merge pull request #129121 from bobby285271/pr13Jörg Thalheim18-1196/+1062
nixos/doc: convert Chapter 7, 9, 10, 11, 12, 14, 15, 48 to CommonMark
2021-09-07Merge pull request #128933 from bobby285271/pr5Jörg Thalheim3-79/+78
nixos/doc: convert "8.1. LUKS-Encrypted File Systems" to CommonMark
2021-09-07Merge pull request #128934 from bobby285271/pr6Jörg Thalheim3-62/+52
nixos/doc: convert "6.2. Ad-Hoc Package Management" to CommonMark
2021-09-07Merge pull request #128892 from bobby285271/pr4Jörg Thalheim17-374/+309
nixos/doc: convert "Chapter 13. Networking" to CommonMark
2021-09-07Merge pull request #128885 from bobby285271/pr3Jörg Thalheim7-592/+357
nixos/doc: convert "Chapter 5. Configuration Syntax" to CommonMark
2021-09-07Merge pull request #128878 from bobby285271/pr2Jörg Thalheim5-161/+150
nixos/doc: convert "6.1. Declarative Package Management" to CommonMark
2021-07-04nixos: use only URI fragment in manual options linksBobby Rong2-2/+2
2021-07-04nixos: use only URI fragment in manual options linksBobby Rong7-9/+9
2021-07-04nixos: use only URI fragment in manual options linksBobby Rong2-6/+6
2021-07-04nixos: use only URI fragment in manual options linksBobby Rong8-19/+19
2021-07-04nixos: improve indentation in ↵Bobby Rong1-17/+17
nixos/doc/manual/configuration/gpu-accel.chapter.md
2021-07-04nixos: use only URI fragment in manual options linksBobby Rong9-28/+28
2021-07-03nixos: nixos/doc/manual/configuration/kubernetes.xml to CommonMarkBobby Rong3-113/+105
2021-07-03nixos: nixos/doc/manual/configuration/subversion.xml to CommonMarkBobby Rong3-141/+103
2021-07-03nixos: nixos/doc/manual/configuration/linux-kernel.xml to CommonMarkBobby Rong3-139/+136
2021-07-03nixos: nixos/doc/manual/configuration/xfce.xml to CommonMarkBobby Rong3-60/+53
2021-07-03nixos: nixos/doc/manual/configuration/gpu-accel.xml to CommonMarkBobby Rong3-263/+205
2021-07-03nixos: nixos/doc/manual/configuration/wayland.xml to CommonMarkBobby Rong3-34/+28
2021-07-03nixos: nixos/doc/manual/configuration/x-windows.xml to CommonMarkBobby Rong3-356/+338
2021-07-03nixos: nixos/doc/manual/configuration/user-mgmt.xml to CommonMarkBobby Rong3-89/+93
2021-07-02nixos: nixos/doc/manual/configuration/ad-hoc-packages.xml to CommonMarkBobby Rong3-62/+52
2021-07-02nixos: nixos/doc/manual/configuration/luks-file-systems.xml to CommonMarkBobby Rong3-79/+78
2021-07-01nixos: nixos/doc/manual/configuration/renaming-interfaces.xml to CommonMarkBobby Rong3-68/+52
2021-07-01nixos: nixos/doc/manual/configuration/ad-hoc-network-config.xml to CommonMarkBobby Rong3-21/+14
2021-07-01nixos: nixos/doc/manual/configuration/wireless.xml to CommonMarkBobby Rong3-71/+68
2021-07-01nixos: nixos/doc/manual/configuration/firewall.xml to CommonMarkBobby Rong3-38/+33
2021-07-01nixos: nixos/doc/manual/configuration/ipv6-config.xml to CommonMarkBobby Rong3-55/+43
2021-07-01nixos: nixos/doc/manual/configuration/ipv4-config.xml to CommonMarkBobby Rong3-44/+36
2021-07-01nixos: nixos/doc/manual/configuration/ssh.xml to CommonMarkBobby Rong3-28/+20