summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
Commit message (Collapse)AuthorAge
* nixos/zram-generator: add testHenri Menke2023-01-31
|
* Merge pull request #212685 from rnhmjoj/pr-connmanMichele Guerini Rocco2023-01-30
|\ | | | | nixos/wireless: fix failure on missing config file
| * nixos/tests/connman: initrnhmjoj2023-01-30
| |
* | octoprint: add nixosTestsFlorian Brandes2023-01-29
| | | | | | | | | | Signed-off-by: Florian Brandes <florian.brandes@posteo.de> Co-authored-by: Nick Cao <nickcao@nichi.co>
* | Merge pull request #208712 from mattmelling/cloudlogSandro2023-01-24
|\ \ | |/ |/| cloudlog: init at 2.3
| * nixos/cloudlog: initMatt Melling2023-01-23
| |
* | 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/tests/swap-file-btrfs: initoxalica2023-01-17
| | |
* | | 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 #207466 from Patryk27/fix/174065Ryan Lahfa2023-01-15
|\ \ \ \ | | | | | | | | | | nixos: add --specialisation to nixos-rebuild
| * | | | nixos: add --specialisation to nixos-rebuildPatryk Wychowaniec2023-01-15
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes a papercut in nixos-rebuild where people wanting to switch to a specialisation (or test one) were forced to manually figure out the specialisation's path and run its activation script - since now, there's a dedicated option to do just that. This is a backwards-compatible change which doesn't affect the existing behavior, which - to be fair - might still be considered sus by some people, the painful scenario here being: - you boot into specialisation `foo`, - you run `nixos-rebuild switch`, - whoops, you're no longer at specialisation `foo`, but you're rather brought back to the base system. (it's especially painful for cases where specialisation is used to load extra drivers, e.g. Nvidia, since then launching `nixos-rebuild switch`, while forgetting that you're inside a specialisation, can cause some parts of your system to get accidentally unloaded.) I've tried to mitigate that by improving specialisations so that they create a dedicated file somewhere in `/run/current-system` containing the specialisation's name (which `nixos-rebuild` could then use as the default value for `--specialisation`), but I haven't been able to come up with anything working (plus it would be a breaking change then). Closes https://github.com/NixOS/nixpkgs/issues/174065
* / / / nixos/photoprism: add testFelix Buehler2023-01-15
|/ / /
* | | Merge master into staging-nextgithub-actions[bot]2023-01-14
|\ \ \
| * \ \ Merge pull request #200225 from pacien/nixos-qemu-vm-restrictnetworkRobert Hensing2023-01-13
| |\ \ \ | | | | | | | | | | nixos/qemu-vm: add option "restrictNetwork"
| | * | | nixos/tests: add qemu-vm-restrictnetwork testpacien2023-01-12
| | | | |
* | | | | Merge master into staging-nextgithub-actions[bot]2023-01-09
|\| | | |
| * | | | Merge pull request #209709 from bobby285271/init/nixosTests.mateBobby Rong2023-01-09
| |\ \ \ \ | | | | | | | | | | | | nixos/tests/mate: init
| | * | | | nixos/tests/mate: initBobby Rong2023-01-08
| | | | | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2023-01-08
|\| | | | |
| * | | | | nixos/freshrss: fix permissions and add database testFelix Buehler2023-01-06
| |/ / / /
* | | | | Merge staging-next into staginggithub-actions[bot]2023-01-05
|\| | | |
| * | | | nixos/tests/apcupsd.nix: initBjørn Forsman2023-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This verifies that https://github.com/NixOS/nixpkgs/issues/208204 ("apcupsd: apcaccess does not respect config from services.apcupsd") is fixed.
* | | | | Merge staging-next into staginggithub-actions[bot]2023-01-04
|\| | | |
| * | | | nixos/podman, podman: switch to `netavark` network stackzowoq2023-01-04
| | |_|/ | |/| |
* | | | Merge branch 'staging-next' into stagingJan Tojnar2023-01-02
|\| | | | | | | | | | | | | | | | | | | - readline6 attribute removed from all-packages.nix in d879125d61a0be8ecb2afddaca8f2b0530db0260 - readline attribute was bumped to readline82 in 50adabdd60d590c951824974356a9ccb9bb73ffc
| * | | Merge pull request #205636 from LoveIsGrief/webhook-moduleRyan Lahfa2022-12-31
| |\ \ \ | | | | | | | | | | nixos/webhook: add support for a webhook service option
| | * | | nixos/webhook: initLucas Franceschino2022-12-29
| | | | |
| * | | | nixos/garage: provide multiple versions to provide an upgrade path when ↵Raito Bezarius2022-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using NixOS service - Add mention to release notes 23.05 - Introduce Garage v0.8 - Protect against unexpected upgrade with stateVersion - Test matrix over 0.7 × 0.8
| * | | | Merge pull request #207453 from p-h/ulogdRyan Lahfa2022-12-30
| |\ \ \ \ | | | | | | | | | | | | ulogd: init at 2.0.8
| | * | | | nixos/ulogd: initPhilippe Hürlimann2022-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Heavily based on original work by xvuko Co-authored-by: xvuko <nix@vuko.pl>
| * | | | | Merge pull request #208060 from chpatrick/fix-gnome-flashback-systemdBobby Rong2022-12-30
| |\ \ \ \ \ | | |_|/ / / | |/| | | | gnome.gnome-flashback: fix crash on start due to not finding .desktops
| | * | | | gnome.gnome-flashback: add VM testPatrick Chilton2022-12-29
| | |/ / /
* | | | | Merge staging-next into staginggithub-actions[bot]2022-12-28
|\| | | |
| * | | | envfs: init at 1.0.0Jörg Thalheim2022-12-28
| | | | |
* | | | | Merge remote-tracking branch 'origin/staging-next' into stagingSergei Trofimovich2022-12-28
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/tools/language-servers/ansible-language-server/default.nix
| * | | | Merge pull request #182360 from Yarny0/cups-pdfRyan Lahfa2022-12-28
| |\ \ \ \ | | |/ / / | |/| | | cups-pdf(-to-pdf): init
| | * | | cups-pdf: add vm testYarny02022-12-09
| | | | |
| * | | | nixos/tests/akkoma: initMikael Voss2022-12-27
| | | | | | | | | | | | | | | | | | | | This test is based in part on nixos/tests/pleroma.
| * | | | Merge pull request #203011 from duament/firewall-nftablesMaciej Krüger2022-12-26
| |\ \ \ \
| | * | | | nixos/{firewall, nat}: add a nftables based implementationRvfg2022-12-23
| | | | | |
* | | | | | Merge branch 'staging-next' into stagingJan Tojnar2022-12-25
|\| | | | |
| * | | | | Merge pull request #203449 from yaxitech/azure-quote-providerSandro2022-12-24
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | nixos/aesmd: add option to configure quote provider libraryAndreas Stührk2022-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes sgx-psw to append `aesm` to `LD_LIBRARY_PATH`: - Append instead of prepend to allow for overriding in service config - As we already add a wrapper to add `aesm` to `LD_LIBRARY_PATH` it is not necessary to also set in `LD_LIBRARY_PATH` of the systemd service. Co-authored-by: Vincent Haupert <mail@vincent-haupert.de>
| * | | | | headscale: Update to 0.17.1, conform module to RFC0042Kristoffer Dalby2022-12-23
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit upgrades headscale to the newest version, 0.17.0 and updates the module with the current breaking config changes. In addition, the module is rewritten to conform with RFC0042 to try to prevent some drift between the module and the upstream. A new maintainer, Misterio77, is added as maintainer. Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> Co-authored-by: Gabriel Fontes <hi@m7.rs> Co-authored-by: Geoffrey Huntley <ghuntley@ghuntley.com>
| * | | | nixos/tests: expose bootspec testCole Helbling2022-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On x86_64-linux only because bootspec is for NixOS (for the moment?), and NixOS is really only a Linux concept (for the moment?). Not on aarch64-linux because it fails for whatever reason 🤷
* | | | | Merge pull request #205121 from alaviss/homedFlorian Klink2022-12-23
|\ \ \ \ \ | | | | | | | | | | | | nixos: systemd-homed support
| * | | | | nixos: add systemd-homed supportLeorize2022-12-09
| | | | | | | | | | | | | | | | | | | | | | | | As a start, it's not very configurable, but works pretty well.
| * | | | | nixos/systemd/userdbd: add method to enable serviceLeorize2022-12-08
| | | | | | | | | | | | | | | | | | | | | | | | This is recommended to enable in conjunction with systemd-homed.