summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = ''