Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #185463 from phaer/patch-1

zfs: Make zpool available for zpool-expand-pools

authored by Bernardo Meurer and committed by GitHub a26aa972 8a11c92b

Changed files
+2
nixos
modules
tasks
filesystems
+2
nixos/modules/tasks/filesystems/zfs.nix
··· 714 714 RemainAfterExit = true; 715 715 }; 716 716 717 + path = lib.optionals (cfgExpandOnBoot == "all") [ cfgZfs.package ]; 718 + 717 719 script = '' 718 720 for pool in ${poolListProvider}; do 719 721 systemctl start --no-block "zpool-expand@$pool"