about summary refs log tree commit diff
path: root/nixos/modules/tasks/filesystems
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/tasks/filesystems
parentcc477fb34d8924c88d29e77b5101070c907a7aac (diff)
downloadnixlib-944a46637360c0235fb9e338bdc8349fefac1ab0.tar
nixlib-944a46637360c0235fb9e338bdc8349fefac1ab0.tar.gz
nixlib-944a46637360c0235fb9e338bdc8349fefac1ab0.tar.bz2
nixlib-944a46637360c0235fb9e338bdc8349fefac1ab0.tar.lz
nixlib-944a46637360c0235fb9e338bdc8349fefac1ab0.tar.xz
nixlib-944a46637360c0235fb9e338bdc8349fefac1ab0.tar.zst
nixlib-944a46637360c0235fb9e338bdc8349fefac1ab0.zip
fix whitespace
Diffstat (limited to 'nixos/modules/tasks/filesystems')
-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 = ''