diff options
| author | Paul Haerle <hello@phaer.org> | 2022-08-06 21:57:14 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-08-09 22:53:46 +0000 |
| commit | 2234c934d1205400392bf51d72d42f608eacdc63 (patch) | |
| tree | c79ec4a8bdb48dc113857dc890ba2c3429f084b5 | |
| parent | zfs: Make zpool available for zpool-expand-pools (diff) | |
| download | nixpkgs-origin/backport-185463-to-release-22.05.tar.gz | |
fix whitespaceorigin/backport-185463-to-release-22.05
(cherry picked from commit 944a46637360c0235fb9e338bdc8349fefac1ab0)
| -rw-r--r-- | nixos/modules/tasks/filesystems/zfs.nix | 2 |
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 = '' |
