summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorPaul Haerle <hello@phaer.org>2022-08-06 21:57:14 +0200
committerGitHub <noreply@github.com>2022-08-06 21:57:14 +0200
commit944a46637360c0235fb9e338bdc8349fefac1ab0 (patch)
tree40087659545399f090efb275746eed448f0b3dce /nixos/modules
parentcc477fb34d8924c88d29e77b5101070c907a7aac (diff)
fix whitespace
Diffstat (limited to 'nixos/modules')
-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 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 = ''