From f618cd7a3780b70980840f05126d3e67a28d3e30 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Mon, 17 Jul 2023 19:54:27 +0200 Subject: [PATCH] Fix small typo --- hosts/nixos/lapetus/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {