summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/nextcloud: fix typo in option descriptionyater2023-01-26
| | | | an option services.nextcloud.nginx.enableImagemagick does not exist.
* Revert "nixos/tests/installer: test relative paths in initrd secrets"Vladimír Čunát2023-01-19
| | | | | This reverts commit 9bb888c9f8224e45fc5 from PR #210812. We first need to fix nixosTests.installer.simpleUefiSystemdBoot
* nixos/nomad: fix multi-plugin-dir pathguangtao2023-01-18
|
* nixos/installation-cd-minimal: include HTML docNaïm Favier2023-01-19
| | | | | Although we don't really need HTML documentation in the minimal installer, not including it may cause annoying cache misses in the case of the NixOS manual.
* Revert "nixosTests.installer: bump memorySize"Vladimír Čunát2023-01-18
| | | | | | | | | This reverts commit 309ed272be60962e4465ae7b8cd2bb5cb1bc4bee. The bump caused nixosTests.installer.luksroot hang, e.g. see https://hydra.nixos.org/build/205951019 (I don't know why.) The OOM issues were avoided by 6dccdc45851 (newer but merged earlier)
* Merge pull request #211005 from AtaraxiaSjel/nixos/gitea-zstdPascal Bach2023-01-18
|\ | | | | nixos/gitea: add tar.zst to the dump type
| * nixos/gitea: add tar.zst to the dump typeDmitriy Kholkin2023-01-16
| |
* | Merge pull request #209246 from e1mo/dokuwiki/package-overridingRyan Lahfa2023-01-18
|\ \ | | | | | | dokuwiki: Combine mechanism for plugins and templates
| * | dokuwiki: Combine mechanism for plugins and templatesMoritz 'e1mo' Fromm2023-01-06
| | | | | | | | | | | | | | | | | | | | | | | | Copy templates and plugins into Dokuwiki instead of linking to address template compatibility. As noted by @sinavir[^1], (some) templates would fail due to relative PHP imports. [^1]: https://github.com/NixOS/nixpkgs/pull/208299#issuecomment-1370413116
* | | Merge pull request #198287 from K900/kpackage-fixK9002023-01-17
|\ \ \ | | | | | | | | nixos/plasma5: make kpackage able to resolve dependencies
| * | | nixos/plasma5: make kpackage able to resolve dependenciesK9002022-10-28
| | | | | | | | | | | | | | | | Horrible horrible hack, but what can you do.
* | | | Merge pull request #210701 from onny/wordpress-settingsJonas Heinrich2023-01-17
|\ \ \ \ | | | | | | | | | | nixos/wordpress: add settings option
| * | | | nixos/wordpress: add settings optionJonas Heinrich2023-01-16
| | | | |
* | | | | Merge pull request #211252 from schnusch/systemd-user-tmpfiles-rulesMartin Weinelt2023-01-17
|\ \ \ \ \ | | | | | | | | | | | | nixos: systemd: systemd.user.tmpfiles.users add default
| * | | | | nixos: systemd: systemd.user.tmpfiles.users add defaultschnusch2023-01-17
| | | | | |
* | | | | | Merge pull request #207468 from schnusch/systemd-user-tmpfiles-rulesFlorian Klink2023-01-17
|\| | | | | | | | | | | | | | | | | nixos: systemd: add systemd.user.tmpfiles.rules, systemd.user.tmpfiles.users.<name>.rules
| * | | | | nixos: systemd: add systemd.user.tmpfilesschnusch2023-01-17
| | | | | |
* | | | | | nixos-install: only mount if rootNaïm Favier2023-01-17
| | | | | |
* | | | | | Merge pull request #207748 from blargg/wiki-jsMaximilian Bosch2023-01-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/wiki-js: Add git and openssh to the wiki-js service path to enable git backups.
| * | | | | | nixos/wiki-js: Add git and openssh to enable git backups.Tom Jankauski2023-01-16
| | | | | | |
* | | | | | | Merge pull request #209767 from 0x4A6F/master-coturn-testsNick Cao2023-01-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | test/coturn: add some sanity-checks
| * | | | | | | test/coturn: add some sanity-checks0x4A6F2022-12-20
| | | | | | | |
* | | | | | | | Merge pull request #194343 from oxalica/fix/swap-btrfsNick Cao2023-01-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/swap: fix creation on BTRFS and refactor assertions
| * | | | | | | | nixos/tests/swap-file-btrfs: initoxalica2023-01-17
| | | | | | | | |
| * | | | | | | | nixos/swap: fix creation on BTRFS and refactor assertionsoxalica2023-01-17
| | | | | | | | |
* | | | | | | | | Merge pull request #208956 from SuperSandro2000/profile-base-tcpdumpSandro2023-01-17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nixos/profiles/base: add tcpdumpSandro2023-01-04
| | | | | | | | | |
* | | | | | | | | | Merge pull request #210812 from rnhmjoj/pr-initrd-secretsMichele Guerini Rocco2023-01-17
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | boot.initrd.secrets fixes
| * | | | | | | | | nixos/tests/installer: test relative paths in initrd secretsrnhmjoj2023-01-16
| | | | | | | | | |
| * | | | | | | | | nixos/tests/installer: add full disk encryption testrnhmjoj2023-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This tests a common full disk encryption setup: https://gist.github.com/ladinu/bfebdd90a5afd45dec811296016b2a3f
| * | | | | | | | | nixos-install: fix missing initrd.secrets pathsrnhmjoj2023-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When installing NixOS in the target filesystem /mnt, paths relative to configuration.nix in `initrd.secrets` are turned by Nix into absolute paths that reference /mnt. While building the system derivation works, installing the bootloader fails because the latter process takes place inside the chroot environment where /mnt does not exist. Ideally, we would also build the system within chroot, but this greatly complicates the matter as it requires manually copying over Nix, its runtime dependencies and all channels. Possibly, this would also break several assumptions users have about how nixos-install works. A simpler and safer (but less neat) solution is to temporarily bind mount all mount points in /mnt under /mnt/mnt to keep the paths functional while the bootloader is being installed. This is essentially the workaround described in issue #73404.
| * | | | | | | | | install-grub.pl: improve initrd-secrets error messagesrnhmjoj2023-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build of initrd-secrets can routinely fail for old boot entries if the secrets have been removed or renamed in a later generation. This always happens for generation 1, because it's built from the NixOS installer and the paths differs by the mount point (i.e. /mnt). The error is very confusing because it fails to mention it's about an older generation and that it's somewhat harmless. This commit turns the error into a warning for all generations but the current, adds the name of the failed entry to the message and a note explaining why it can happen.
* | | | | | | | | | nixos/documentation.man.mandb: Add skipPackages option, and include ↵Jeff Huffman2023-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos-version prevents unnecessary recreation of man caches Fixes #209835
* | | | | | | | | | Merge pull request #211098 from Mic92/lxc-containerLassulus2023-01-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/lxc-container: fix compatibility with systemd-nspawn
| * | | | | | | | | | nixos/lxc-container: fix compatibility with systemd-nspawnJörg Thalheim2023-01-16
| | | | | | | | | | |
* | | | | | | | | | | gmrender-resurrect: Add gmediarender serviceMichael Alan Dorman2023-01-16
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This creates a systemd unit that will start and supervise the gmediarender daemon.
* | | | | | | | | | nixos/syncthing: point out pitfalls with extraOptions (#210208)maifel-maifel2023-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: digital <git-voopaipa@dinid.net>
* | | | | | | | | | Merge pull request #211003 from lilyinstarlight/fix/qt6-plugin-pathNick Cao2023-01-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/qt: set QT_PLUGIN_PATH and QML2_IMPORT_PATH when enabled
| * | | | | | | | | | nixos/qt: set QT_PLUGIN_PATH and QML2_IMPORT_PATH when enabledLily Foster2023-01-15
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #210785 from fgaz/mindustry/nixos-testNick Cao2023-01-16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixosTests.mindustry: init; mindustry: use SRI hashes
| * | | | | | | | | | | nixosTests.mindustry: initFrancesco Gazzetta2023-01-15
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #211042 from uninsane/pr/mx-puppet-discord-to-subdirNick Cao2023-01-16
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/mx-puppet-discord: move into matrix category
| * | | | | | | | | | | | nixos/mx-puppet-discord: move into matrix categorycolin2023-01-16
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* / | | | | | | | | | | snapper: fix "type=oneshot" error in snapper-boot.serviceLuoChen2023-01-16
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #204342 from anpandey/zncSandro2023-01-16
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | nixos/znc: Doc fix about `services.znc.config`Ankit Pandey2022-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to disable `services.znc.mutable` to make changes apply even after the first deploy, not enable it (it's already enabled by default).
* | | | | | | | | | | | Merge pull request #210998 from teto/fix-sshdMatthieu Coudron2023-01-16
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | services.openssh: fix doc
| * | | | | | | | | | | modules.openssh: provide default settingsMatthieu Coudron2023-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | else evaluation fails
| * | | | | | | | | | | services.openssh: fix docMatthieu Coudron2023-01-16
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #210942 from GaetanLepage/autorandrJörg Thalheim2023-01-16
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | autorandr: 1.12.1 -> 1.13, nixos/services/autorandr: add ignoreLeadOption