summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Haerle <hello@phaer.org>2022-08-06 21:57:14 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-09 22:53:46 +0000
commit2234c934d1205400392bf51d72d42f608eacdc63 (patch)
treec79ec4a8bdb48dc113857dc890ba2c3429f084b5
parentzfs: Make zpool available for zpool-expand-pools (diff)
downloadnixpkgs-origin/backport-185463-to-release-22.05.tar.gz
(cherry picked from commit 944a46637360c0235fb9e338bdc8349fefac1ab0)
-rw-r--r--nixos/modules/tasks/filesystems/zfs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/filesystems/zfs.nix b/nixos/modules/tasks/filesystems/zfs.nix
index 35e3995e874b..da960cca1959 100644
--- a/nixos/modules/tasks/filesystems/zfs.nix
+++ b/nixos/modules/tasks/filesystems/zfs.nix
@@ -713,7 +713,7 @@ in
Type = "oneshot";
RemainAfterExit = true;
};
-
+
path = lib.optionals (cfgExpandOnBoot == "all") [ cfgZfs.package ];
script = ''