about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge #138918: Fix several NixOS errors in Hydra evaluationVladimír Čunát2021-09-22
|\ | | | | | | In particular, this should unblock the trunk-combined jobset.
| * nixos/kubernetes: fix deprecation warningrnhmjoj2021-09-22
| | | | | | | | | | The option `containerd.configFile` has been replaced by an equivalent `settings` attribute set.
| * nixos/plotinus: fix evaluationrnhmjoj2021-09-22
| | | | | | | | | | | | | | | | Apparently setting a variable via `environment.variables` when the same is already present in `environment.sessionVariables` (that is merged into the former option) creates a conflict. For reference: this started with the change in #101274.
| * nixos/tests/mpv: remove deprecated mpv-with-scriptsrnhmjoj2021-09-22
| | | | | | | | It has been replaced by wrapMpv in 2020-05-22.
| * nixos/tests/atop: remove top-level stringrnhmjoj2021-09-22
| | | | | | | | | | Attributes in the top-level of a test should be derivations, otherwise they will cause an evaluation failure in hydra.
| * nixos/tests/wasabibackend: fix bitcoind configrnhmjoj2021-09-22
| | | | | | | | Since c6017d98 services.bitcoind is submodule.
| * nixos/tests/pantheon: fix missing librnhmjoj2021-09-22
| |
| * nixos/tests/systemd-networkd-ipv6-prefix-delegation: fix wrapperrnhmjoj2021-09-22
| | | | | | | | The owner,group options are mandatory after #126289.
| * nixos/atop: fix broken wrapperrnhmjoj2021-09-22
| | | | | | | | The setuid,owner,group options are mandatory after #126289.
| * nixos/tests/mariadb-galera-rsync: fix nogrouprnhmjoj2021-09-22
| | | | | | | | This fixes the evaluation after for #133166.
| * nixos/tests/mariadb-galera-mariabackup: fix nogrouprnhmjoj2021-09-22
| | | | | | | | This fixes the evaluation after for #133166.
| * nixos/tests/minio: fix deprecation warningrnhmjoj2021-09-22
| | | | | | | | | | The `accessKey` and `secretKey` options have been deprecated in favour of the new `rootCredentialsFile`.
| * nixos/tests/mysql: fix nogrouprnhmjoj2021-09-22
| | | | | | | | This fixes the evaluation after for #133166.
| * nixos: filalex77 -> Br1ght0nernhmjoj2021-09-22
| | | | | | | | The maintainers has changed username in 512c3c0a.
| * nixos/tests: drop latestKernel.hardenedrnhmjoj2021-09-22
| | | | | | | | | | The latest kernel does not guarantee a hardened version anymore, see ga5341beb for the motivation.
| * nixos: heimdalFull -> heimdalrnhmjoj2021-09-22
| | | | | | | | The package has been renamed in 2018-05-01.
| * nixos/flannel: pkgs.etcdctl -> pkgs.etcdrnhmjoj2021-09-22
| | | | | | | | The package has been renamed in 2018-04-25.
| * nixos/tests/ec2: fix conflicting option valuesrnhmjoj2021-09-22
| |
| * nixos/tests/enlightenment: fix renamed optionsrnhmjoj2021-09-22
| | | | | | | | | | All program-specific `autoLogin` options have been unified under `displayManager.autoLogin`.
| * nixos/dnscrypt-wrapper: fix nogrouprnhmjoj2021-09-22
| | | | | | | | | | The group was actually there but I didn't add it by mistake. This fixes the evaluation after for #133166.
| * nixos/tests/cntr: fix evaluationrnhmjoj2021-09-22
| | | | | | | | | | The maintainer email address is srk@48.io, hence srk, but the attribute name in the maintainer list is actually sorki.
| * nixos/tests/prometheus-exporters: fix nogrouprnhmjoj2021-09-22
| | | | | | | | Add a group after the removal of the nogroup default in #133166.
| * nixos/tests: stdenv.lib -> librnhmjoj2021-09-22
| | | | | | | | These must have been reintroduced by mistake after the deprecation.
* | Merge pull request #138544 from Izorkin/fix-netdataJörg Thalheim2021-09-22
|\ \ | | | | | | nixos/netdata: fix working with disabled ipmi plugin
| * | nixos/netdata: fix working with disabled ipmi pluginIzorkin2021-09-19
| | |
* | | Merge pull request #125966 from ju1m/apparmorSandro2021-09-21
|\ \ \
| * | | nixos/apparmor: allow closure of selected mallocLib, fixes #125415Julien Moutinho2021-06-06
| | | |
* | | | Merge pull request #135284 from legendofmiracles/weylusSandro2021-09-21
|\ \ \ \
| * | | | nixos/weylus: initlegendofmiracles2021-09-02
| | | | |
* | | | | Merge pull request #138731 from illdefined/feature/memoryallocator-mimallocSandro2021-09-21
|\ \ \ \ \
| * | | | | nixos/malloc: add mimallocMikael Voss2021-09-20
| | |_|_|/ | |/| | |
* | | | | nixos/mastodon: Add configurable web- and streaming concurrencyembr2021-09-21
| | | | | | | | | | | | | | | | | | | | Might as well do this while I'm at it.
* | | | | nixos/mastodon: Fix sidekiq's DB_POOL, add configurable concurrencyembr2021-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `services.mastodon` module currently hardcodes sidekiq's concurrency to 25, but doesn't set a DB pool size, which defaults to 5 or the number of configured web threads. (This behaviour is very strange, and arguably a mastodon bug.) This also makes sidekiq's concurrency configurable, because 25 is a tad high for the hardware I'm running it on.
* | | | | Merge pull request #138609 from trofi/fix-smokepingSandro2021-09-21
|\ \ \ \ \ | | | | | | | | | | | | nixos/smokeping: drop dangling fping6 suid swapper
| * | | | | nixos/smokeping: drop dangling fping6 suid swapperSergei Trofimovich2021-09-20
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After recent change `services.smokeping.enable = true;` system started failing the build as: ``` nixpkgs-master $ nix build --no-link -f nixos system --keep-going ... Checking that Nix store paths of all wrapped programs exist... FAIL The path /nix/store/kr2sr80g9ny74im6m6dyh9v44hnzm261-fping-5.0/bin/fping6 does not exist! Please, check the value of `security.wrappers."fping6".source`. ``` `fping` does not provide `fping6` binary for a while. Let's just remove it. Closes: https://github.com/NixOS/nixpkgs/issues/138581
* | | | | Merge pull request #138748 from dschrempf/localtimed_nogroupMichele Guerini Rocco2021-09-21
|\ \ \ \ \ | | | | | | | | | | | | nixos/localtimed: nogroup fix
| * | | | | nixos/localtimed: nogroup fixDominik Schrempf2021-09-20
| | | | | |
* | | | | | Merge pull request #138754 from rnhmjoj/vmware-fixMichele Guerini Rocco2021-09-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/vmware-guest: fix setuid wrapper
| * | | | | | nixos/vmware-guest: fix setuid wrapperrnhmjoj2021-09-20
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Since 904f68fb0, setuid/owner/group are required.
* | | | | | Merge pull request #100120 from unode/cpupower-guiArtturi2021-09-21
|\ \ \ \ \ \ | |/ / / / / |/| | | | | linuxPackages.cpupower-gui: init at 1.0.0
| * | | | | cpupower-gui: init at 1.0.0Renato Alves2021-07-28
| | | | | |
* | | | | | Merge pull request #138600 from austinbutler/tpm2-tss-groupMichele Guerini Rocco2021-09-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/tpm2: define group, fix after #133166
| * | | | | | nixos/tpm2: remove tss static gidGuillaume Girol2021-09-20
| | | | | | |
| * | | | | | nixos/tcsd: make group uid dynamicAustin Butler2021-09-19
| | | | | | |
| * | | | | | nixos/tpm2: define group, fix after NixOS#133166Austin Butler2021-09-19
| | | | | | |
* | | | | | | Merge pull request #138582 from DarkDNA/greetd-nonogroupGuillaume Girol2021-09-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/greetd: Fix for nogroup removal.
| * | | | | | | nixos/greetd: Fix for nogroup removal.Amanda Cameron2021-09-19
| |/ / / / / /
* | | | | | | Merge pull request #138599 from bobby285271/pantheon-manualdavidak2021-09-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/panthoen: mention appcenter changes in manual
| * | | | | | | nixos/panthoen: mention appcenter changes in manualBobby Rong2021-09-20
| | | | | | | |
* | | | | | | | Merge pull request #138516 from rnhmjoj/lock-kernel-fixMichele Guerini Rocco2021-09-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/lock-kernel-modules: reorder before/after