From ad66210b43c14e457e25e40f9228f23988cdd517 Mon Sep 17 00:00:00 2001 From: allow Date: Thu, 1 Aug 2024 12:57:44 -0500 Subject: [PATCH] Revert "Update encrypted-ephemeral.nix" This reverts commit ee0bd5fde93e68ffdde4ce2a76a722029b3af675. --- nixos-modules/fs/zfs/encrypted-ephemeral.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-modules/fs/zfs/encrypted-ephemeral.nix b/nixos-modules/fs/zfs/encrypted-ephemeral.nix index e4f85a9..58350ca 100644 --- a/nixos-modules/fs/zfs/encrypted-ephemeral.nix +++ b/nixos-modules/fs/zfs/encrypted-ephemeral.nix @@ -5,7 +5,7 @@ { config, lib, pkgs, ... }: with lib; let - cfg = config.lynx.boot.zfs.ephemeral; + cfg = config.boot.zfs.ephemeral; mkEZfs = mkOrder 1501; in {