Jump to content

Remote disk unlocking: Difference between revisions

→‎Bcachefs unlocking: Fix code syntax
(→‎Bcachefs unlocking: Fix code syntax)
Line 64: Line 64:
     done
     done
   '';
   '';
  in {
in {
    enable = true;
  enable = true;
    initrdBin = with pkgs; [ keyutils ];
  initrdBin = with pkgs; [ keyutils ];
    storePaths = ["${askPass}/bin/bcachefs-askpass"];
  storePaths = ["${askPass}/bin/bcachefs-askpass"];
    users.root.shell = "${askPass}/bin/bcachefs-askpass";
  users.root.shell = "${askPass}/bin/bcachefs-askpass";
  };
};
};
</nowiki>}}
</nowiki>}}
58

edits