diff --git a/hosts/nixos/lapetus/default.nix b/hosts/nixos/lapetus/default.nix index 5a0a9db..7024156 100644 --- a/hosts/nixos/lapetus/default.nix +++ b/hosts/nixos/lapetus/default.nix @@ -39,8 +39,8 @@ in # zfs rollback -r zroot@blank # ''; - # {{{ Filesystems - filesystems = + # {{{ FileSystems + fileSystems = let zfs = { neededForBoot = true; options = [ "zfsutil" ]; }; in {