summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #94253 from fadenb/graylog_3.3.3Maximilian Bosch2020-07-30
|\ \ \ \ | | | | | | | | | | graylog: 3.3.2 -> 3.3.3
| * | | | doc/rl-2009: Add warning on Graylog changes in version 3.3.3Tristan Helmich (omniIT)2020-07-30
| | |/ / | |/| |
* / | | doc/rl-2009: document new steam module in release notesMaciej Krüger2020-07-30
|/ / /
* | | Merge pull request #93700 from 1000101/bitcoindMarek Mahut2020-07-27
|\ \ \ | |/ / |/| | nixos/bitcoind: change to multi-instance + add tests
| * | release-notes/rl-2009: document bitcoind incompatibility10001012020-07-27
| | |
* | | Merge pull request #93586 from makefu/pkgs/udpt/bumpFlorian Klink2020-07-23
|\ \ \ | | | | | | | | udpt: 2017-09-27 -> 3.1.1
| * | | release-notes/rl-2009: add remark about udpt complete rewritemakefu2020-07-23
| |/ /
* | | Merge pull request #88669 from Mic92/hidpiLinus Heckemann2020-07-22
|\ \ \ | | | | | | | | nixos/hidpi: Reasonable defaults for high-density displays
| * | | nixos/installer: suggest to load v32n instead if i32nJörg Thalheim2020-05-25
| | | | | | | | | | | | | | | | v32n has more characters.
* | | | Merge pull request #93591 from Flakebi/vulkan-manualDaniël de Kok2020-07-22
|\ \ \ \ | | | | | | | | | | nixos/manual: add a section about Vulkan drivers
| * | | | nixos/manual: add a section about Vulkan driversSebastian Neubauer2020-07-22
| | |/ / | |/| | | | | | | | | | | | | | | | | | - Add a general block about how to configure and test Vulkan - Add a section about switching between mesa/radv and amdvlk on AMD GPUs.
* / | | netboot: docs: building netboot should specify an arch (#75116)Nathan Fish2020-07-21
|/ / / | | | | | | | | | Building without specifying an arch attempts to build all, and fails.
* | | nixos/manual: Fix reference to copy_from_hostOlli Helenius2020-07-18
| | |
* | | nixos/manual: add a section about enabling OpenCL for AMD GPUsDaniël de Kok2020-07-17
| | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | nixos/doc/manual/release-notes: Add release notes for subuid/subgid mappingsadisbladis2020-07-13
| | |
* | | Merge pull request #85065 from worldofpeace/autologin-unifiedworldofpeace2020-07-10
|\ \ \ | | | | | | | | nixos/displayManager: make autoLogin options independent of DM type
| * | | nixos/displayManager: make autoLogin options independent of DM typeworldofpeace2020-07-09
| | | | | | | | | | | | | | | | Co-authored-by: volth <volth@volth.com>
* | | | Merge pull request #90115 from asbachb/postfix-tlslewo2020-07-09
|\ \ \ \ | |/ / / |/| | | postfix: Replaced config key by recommendation and introduced usage of system trust store
| * | | postfix: deprecated `sslCACert` in favour of `tlsTrustedAuthorities`Benjamin Asbach2020-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | `sslCACert` was used for trust store of client and server certificates. Since `smtpd_tls_ask_ccert` defaults to no the setup of `smtpd_tls_CApath` was removed. >By default (see smtpd_tls_ask_ccert), client certificates are not requested, and smtpd_tls_CApath should remain empty. see http://www.postfix.org/postconf.5.html#smtpd_tls_CAfile
* | | | Merge pull request #92122 from nh2/qemu-vm-fix-useBootLoaderNiklas Hambüchen2020-07-06
|\ \ \ \ | | | | | | | | | | qemu-vm: Fix useBootLoader, remove `/boot` read-only restriction
| * | | | qemu-vm.nix: Do not mount `/boot` read-only.Niklas Hambüchen2020-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | There does not seem to be a good reason to do this, and it breaks running `nixos-rebuild boot --install-bootloader` inside the VM.
* | | | | nixos/manual: Fix invalid link reference in release notesFabian Möller2020-07-05
| | | | |
* | | | | nixos/nix-daemon: mention potential breakage in release notesVincent Breitmoser2020-07-05
| |/ / / |/| | |
* | | | Merge pull request #86473 from bachp/virtualbox-vmsvgaJan Tojnar2020-07-05
|\ \ \ \ | |/ / / |/| | |
| * | | nixos/manual: recommend VMSVGA as graphics adapterPascal Bach2020-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Virtualbox recommends VMSVGA for Linux guests. It is also currently the only one supporting 3D acceleration and it works out of the box with NixOS and auto screen resizing.
* | | | nixos/doc/manual: Fix parted's set subcommand for esp partitionKonrad Förstner2020-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | With 'set 3 boot on' the error 'file system "/boot" is not a FAT EFI system partition (ESP) file system' occurs when running "nixos-install" during the basic installation (tested in in a VirtualBox VM).
* | | | Merge pull request #65231 from buckley310/grub-passwordMichele Guerini Rocco2020-07-01
|\ \ \ \ | | | | | | | | | | grub: add support for passwords
| * | | | nixos/lib/test-driver: add wait_for_console_textrnhmjoj2020-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | This method is similar to wait_for_text but is based on matching serial console lines instead of the VGA output.
* | | | | Merge pull request #91046 from NinjaTrappeur/nin-delete-vm-stateFlorian Klink2020-06-28
|\ \ \ \ \ | | | | | | | | | | | | test-driver.py: delete VM state directory after test run
| * | | | | test-driver.py: delete VM state directory after test runFélix Baylac-Jacqué2020-06-21
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keeping the VM state test across several run sometimes lead to subtle and hard to spot errors in practice. We delete the VM state which contains (among other things) the qcow volume. We also introduce a -K (--keep-vm-state) flag making VM state to persist after the test run. This flag makes test-driver.py to match its previous behaviour.
* | | | | Merge pull request #91168 from dotlambda/radicale-3.0.3Robert Schütz2020-06-28
|\ \ \ \ \ | | | | | | | | | | | | radicale: 2.1.11 -> 3.0.3
| * | | | | nixos/radicale: use radicale3Robert Schütz2020-06-23
| | |/ / / | |/| | |
* | | | | Merge master into staging-nextFrederik Rietdijk2020-06-24
|\| | | |
| * | | | Merge pull request #91261 from rnhmjoj/intelMichele Guerini Rocco2020-06-23
| |\ \ \ \ | | |/ / / | |/| | | nixos/doc: add section on Intel DDX drivers
| | * | | nixos/doc: add section on Intel DDX driversrnhmjoj2020-06-22
| | | | |
* | | | | Merge master into staging-nextFrederik Rietdijk2020-06-22
|\| | | |
| * | | | Merge pull request #91128 from bbigras/rslsync-localhostMichele Guerini Rocco2020-06-20
| |\ \ \ \ | | |/ / / | |/| | | nixos/resilio: listen on [::1] by default
| | * | | nixos/resilio: listen on [::1] by defaultBruno Bigras2020-06-20
| | | | |
| * | | | nixos/nextcloud: update upgrade-path for nextcloud19Maximilian Bosch2020-06-20
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhance the heuristics to make sure that a user doesn't accidentally upgrade across two major versions of Nextcloud (e.g. from v17 to v19). The original idea/discussion has been documented in the nixpkgs manual[1]. This includes the following changes: * `nextcloud19` will be selected automatically when having a stateVersion greater or equal than 20.09. For existing setups, the package has to be selected manually to avoid accidental upgrades. * When using `nextcloud18` or older, a warning will be thrown which recommends upgrading to `nextcloud19`. * Added a brief paragraph about `nextcloud19` in the NixOS 19.09 release notes. * Restart `phpfpm` if the Nextcloud-package (`cfg.package`) changes[2]. [1] https://nixos.org/nixos/manual/index.html#module-services-nextcloud-maintainer-info [2] https://github.com/NixOS/nixpkgs/pull/89427#issuecomment-638885727
* / / / nixos/release-notes: mention new man.generateCaches optionrnhmjoj2020-06-18
|/ / /
* | | netbeans: updated jdk to latest lts releaseBenjamin Asbach2020-06-17
| | |
* | | Merge pull request #89486 from Ma27/dovecot-mailboxeslewo2020-06-17
|\ \ \ | |/ / |/| | nixos/dovecot2: turn `mailboxes`-option into an attr-set
| * | nixos/dovecot2: refactor mailboxes optionMaximilian Bosch2020-06-17
| | | | | | | | | | | | | | | | | | | | | Specifying mailboxes as a list isn't a good approach since this makes it impossible to override values. For backwards-compatibility, it's still possible to declare a list of mailboxes, but a deprecation warning will be shown.
* | | nixos/manual: Document `boot.debug1mounts` and clarify what `exit` does with ↵jakobrs2020-06-17
|/ / | | | | | | | | | | | | `shell_on_fail` (#89365) * nixos/manual: document boot.debug1mounts * nixos/manual: clarify what `exit` does with shell_on_fail
* | Merge pull request #87833 from Izorkin/sandbox-mysqlJörg Thalheim2020-06-16
|\ \
| * | nixos/mysql: enable sandbox modeIzorkin2020-06-10
| | |
* | | nixos/modules/system/boot/networkd: enable socket activationAndreas Rammhold2020-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since cd1dedac67d4b077a556a660ef5724c909da8006 systemd-networkd has it's netlink socket created via a systemd.socket unit. One might think that this doesn't make much sense since networkd is just going to create it's own socket on startup anyway. The difference here is that we have configuration-time control over things like socket buffer sizes vs compile-time constants. For larger setups where networkd has to create a lot of (virtual) devices the default buffer size of currently 128MB is not enough. A good example is a machine with >100 virtual interfaces (e.g., wireguard tunnels, VLANs, …) that all have to be brought up during startup. The receive buffer size will spike due to all the generated message from the new interfaces. Eventually some of the message will be dropped since there is not enough (permitted) buffer space available. By having networkd start through / with a netlink socket created by systemd we can configure the `ReceiveBufferSize` parameter in the socket options without recompiling networkd. Since the actual memory requirements depend on hardware, timing, exact configurations etc. it isn't currently possible to infer a good default from within the NixOS module system. Administrators are advised to monitor the logs of systemd-networkd for `rtnl: kernel receive buffer overrun` spam and increase the memory as required. Note: Increasing the ReceiveBufferSize doesn't allocate any memory. It just increases the upper bound on the kernel side. The memory allocation depends on the amount of messages that are queued on the kernel side of the netlink socket.
* | | Merge pull request #90391 from samueldr/fix/manual-zstd-noteSamuel Dionne-Riel2020-06-15
|\ \ \ | | | | | | | | nixos/release-notes: Amend note about image compression
| * | | nixos/release-notes: Amend note about image compressionSamuel Dionne-Riel2020-06-15
| | | |
* | | | Merge pull request #90343 from flokli/hardware-u2f-removeFlorian Klink2020-06-15
|\ \ \ \ | | | | | | | | | | hardware/u2f: remove module