Skip to content

Commit

Permalink
Revert "Update encrypted-ephemeral.nix"
Browse files Browse the repository at this point in the history
This reverts commit ee0bd5f.
  • Loading branch information
allow authored and allow committed Aug 1, 2024
1 parent ee0bd5f commit ad66210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos-modules/fs/zfs/encrypted-ephemeral.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit ad66210

Please sign in to comment.