From 944a46637360c0235fb9e338bdc8349fefac1ab0 Mon Sep 17 00:00:00 2001 From: Paul Haerle Date: Sat, 6 Aug 2022 21:57:14 +0200 Subject: [PATCH] fix whitespace --- nixos/modules/tasks/filesystems/zfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/tasks/filesystems/zfs.nix b/nixos/modules/tasks/filesystems/zfs.nix index 0fc5bb555aa3..dcd83094b093 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 = ''