nixos/jfs: correct broken toplevel reference

main
Edward Tjörnhammar 2 years ago
parent c72f22fd77
commit a72e138b78
  1. 2
      nixos/modules/tasks/filesystems/jfs.nix

@ -12,7 +12,7 @@ in
boot.initrd.kernelModules = mkIf inInitrd [ "jfs" ];
boot.initrd.extraUtilsCommands = mkIf (inInitrd && !boot.initrd.systemd.enable) ''
boot.initrd.extraUtilsCommands = mkIf (inInitrd && !config.boot.initrd.systemd.enable) ''
copy_bin_and_libs ${pkgs.jfsutils}/sbin/fsck.jfs
'';
};

Loading…
Cancel
Save