about summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* Merge pull request #241871 from mobusoperandi/doc-doc-syntax-chapterSilvan Mosberger2023-08-10
|\ | | | | doc syntax section into chapter, link from nixos manual
| * nixos manual contributing link to nixpkgs syntaxAlejandro Sanchez Medina2023-07-10
| | | | | | | | Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
* | Merge pull request #246029 from ehmry/eris-goFranz Pletz2023-08-08
|\ \
| * | nixos/eris-server: initEmery Hemingway2023-07-29
| | |
* | | Merge pull request #246842 from frederictobiasc/mautrix-whatsapp-moduleNick Cao2023-08-06
|\ \ \ | | | | | | | | nixos/mautrix-whatsapp: init
| * | | mautrix-whatsapp: Add release notesFrédéric Christ2023-08-02
| | | |
* | | | nixos/nextcloud: make php settings additiveMaximilian Bosch2023-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now, the settings aren't additive which means that when I do services.nextcloud.phpOptions."opcache.interned_strings_buffer = "23"; all other options are discarded because of how the module system works. This isn't very nice in this case, though because wanting to override a single option doesn't mean I want to discard the rest of the - reasonable - defaults. Hence, the settings are showed as default in the option's manual section, but are added with normal priority. That means, to override _all_ options at once, an expression like services.nextcloud.phpOptions = mkForce { /* ... */ }; is needed. This is also way more intuitive IMHO because the `mkForce` explicitly tells that everything will be modified. Also, APCu enable and the memory & file-size limits are also written into `services.nextcloud.phpOptions` rather than adding them silently before passing all options to the PHP package. This has the benefit that users will realize on evaluation time that they configured options that would otherwise be set by the module on its own.
* | | | doc: add a release note about proper `sourceRoot` usageJan Malakhovski2023-08-03
| | | |
* | | | pharo: old -> 10.0.5jthulhu2023-08-03
| | | |
* | | | Merge pull request #224635 from helsinki-systems/drop/dhcpdMartin Weinelt2023-08-03
|\ \ \ \ | |/ / / |/| | | dhcpd: remove
| * | | nixos/dhcp(46): removeajs1242023-07-28
| |/ / | | | | | | | | | | | | package reached its EOL on 2022-10-04 see https://www.isc.org/blogs/isc-dhcp-eol/ for details
* | | release-notes: note breaking woodpecker updateBruno BELANYI2023-08-01
| | |
* | | suricata: 6.0.13 -> 7.0.0Alexandre Iooss2023-08-01
| | |
* | | nixos/boot/initrd-network: add option to enable udhcpc (#240406)digital2023-07-31
| | | | | | | | | | | | | | | In some setups, and especially with sytemd-networkd becoming more widely used, networking.useDHCP is set to false. Despite this, it may be useful to have dhcp in the initramfs.
* | | Merge pull request #245931 from soupglasses/pkg/ns-usbloader-7.0Weijia Wang2023-07-31
|\ \ \ | | | | | | | | ns-usbloader: init at 7.0
| * | | ns-usbloader: init at 7.0Sofi2023-07-29
| |/ /
* / / release-notes: add new services wayfirerewine2023-07-28
|/ /
* | Merge pull request #243947 from totoroot/update/cloud-sql-proxy-2.5.0Janik2023-07-27
|\ \
| * | Note breaking change for cloud-sql-proxyMatthias Thym2023-07-17
| | |
* | | Merge pull request #243062 from mobusoperandi/doc_watchexecSilvan Mosberger2023-07-27
|\ \ \ | | | | | | | | nixpkgs/NixOS manuals: devmode feature
| * | | nixpkgs/NixOS manuals: devmode featureShahar "Dawn" Or2023-07-25
| | | | | | | | | | | | | | | | Co-authored-by: Alejandro Sanchez Medina <alejandrosanchzmedina@gmail.com>
| * | | nixos manual: extract some build pathsAlejandro Sanchez Medina2023-07-25
| | | | | | | | | | | | | | | | Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
* | | | helmfile-wrapped: initEric Bailey2023-07-26
| | | | | | | | | | | | | | | | nixos/doc/manual: add release notes for helmfile-wrapped
* | | | nixos/systemd-sysupdate: initnikstur2023-07-26
| | | |
* | | | Merge pull request #232491 from ↵Pol Dellaiera2023-07-26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 6t8k/20230517_nixos_manual_installing_partitioning nixos/manual: rectify partitioning commands for UEFI/GPT
| * | | | nixos/manual: rectify partitioning commands for UEFI/GPT6t8k2023-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For GPT partition tables, there is no primary/logical/extended partition type, and the layout of the mkpart command options slightly differs depending on whether parted operates on an MBR or a GPT partition table. This has so far resulted in the string `primary` being assigned to the GUID partition name field, which is probably unintended. Rectify this by giving the GUID partitions sensible names and setting `fs-type` where applicable.
* | | | | Merge pull request #215247 from evan-goode/evdevremapkeysAaron Andersen2023-07-25
|\ \ \ \ \ | |_|/ / / |/| | | | nixos/evdevremapkeys: init
| * | | | nixos/evdevremapkeys: initEvan Goode2023-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | Add a service for evdevremapkeys (already packaged), a daemon for remapping keyboard events
* | | | | Merge pull request #244332 from SuperSandro2000/fonts-fontsasymmetric2023-07-25
|\ \ \ \ \ | | | | | | | | | | | | nixos/fonts: rename fonts.fonts option to fonts.packages, other cleanups
| * | | | | nixos/fonts: rename fonts.enableDefaultFonts to fonts.enableDefaultPackagesSandro Jäckel2023-07-25
| | | | | | | | | | | | | | | | | | | | | | | | to better fit the renamed fonts.packages
| * | | | | nixos/fonts: rename fonts.fonts option to fonts.packages, other cleanupsSandro Jäckel2023-07-24
| | | | | | | | | | | | | | | | | | | | | | | | fonts.fonts is not a great name and this also resolves a TODO.
* | | | | | kops: 1.26.4 -> 1.27.0 (#245208)Eric Bailey2023-07-24
|/ / / / / | | | | | | | | | | | | | | | | | | | | - Drop kops_1_24 - kops_1_26: 1.26.4 -> 1.26.5 - Update 23.11 release notes
* | | | | Merge master into staging-nextgithub-actions[bot]2023-07-22
|\ \ \ \ \
| * \ \ \ \ Merge pull request #244233 from oddlama/init-typesense-binRyan Lahfa2023-07-22
| |\ \ \ \ \
| | * | | | | nixos/typesense: init at 0.24.1oddlama2023-07-22
| | | |_|/ / | | |/| | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2023-07-22
|\| | | | |
| * | | | | nixos/pgbouncer: init (#241578)10001012023-07-22
| | | | | | | | | | | | | | | | | | Co-authored-by: Marek Mahut <marek.mahut@gmail.com>
* | | | | | Merge master into staging-nextgithub-actions[bot]2023-07-21
|\| | | | |
| * | | | | ebusd: new moduleNathan Bijnens2023-07-21
| | | | | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2023-07-20
|\| | | | |
| * | | | | nixos/osquery: initAntoine Eiche2023-07-19
| | |/ / / | |/| | |
* | | | | Merge master into staging-nextgithub-actions[bot]2023-07-19
|\| | | |
| * | | | Merge pull request #242135 from tfc/test-driver-doc-autogenRobert Hensing2023-07-18
| |\ \ \ \ | | |/ / / | |/| | | Integration Test Driver: Improve documentation, Sync Docs with Code docstrings
| | * | | integration test driver: Auto-generate integration test driver's machineJacek Galowicz2023-07-10
| | | | | | | | | | | | | | | | | | | | method documentation of nixos docs from python doc strings
* | | | | Merge staging-next into staginggithub-actions[bot]2023-07-16
|\| | | |
| * | | | nixos/trust-dns: initColin2023-07-16
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Yt <happysalada@tuta.io>
* | | | | Merge branch 'staging-next' into stagingJan Tojnar2023-07-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - pkgs/tools/networking/shadowfox/default.nix between e989daa65f2dd9827d56bee6a14a1965471f0597 and 1c29673fcce3aecd0cb4f30058c266ea5480c8a3 - pkgs/tools/networking/wuzz/default.nix between 7d80417710a9077b9142b479b02d07200d71d9db and 1c29673fcce3aecd0cb4f30058c266ea5480c8a3
| * | | | Merge pull request #242309 from Artturin/ananicyextraxaddArtturi2023-07-16
| |\ \ \ \
| | * | | | nixos/ananicy: take `listOf attrs` instead of `string`Artturin2023-07-12
| | |/ / /
| * | | | redis: use system jemalloc (#243398)Yureka2023-07-15
| | | | | | | | | | | | | | | | | | | | * redis: use system jemalloc