diff --git a/hosts/nixos/lapetus/filesystems/zfs.nix b/hosts/nixos/lapetus/filesystems/zfs.nix index 1e07ee7..8d49409 100644 --- a/hosts/nixos/lapetus/filesystems/zfs.nix +++ b/hosts/nixos/lapetus/filesystems/zfs.nix @@ -9,7 +9,7 @@ in boot.kernelParams = [ "nohibernate" ]; # {{{ Mount usb for zfs secrets - boot.initrd.systemd.systemd.mounts.hermes = { + boot.initrd.systemd.mounts.hermes = { where = "/hermes"; what = "/dev/sdb"; type = "exfat";