aboutsummaryrefslogtreecommitdiff
path: root/public/template.nix
blob: 5cfc9f80bc10469c6099565c446585a48f9c900e (plain) (blame)
1
2
3
4
5
6
{
  hostName = "$HOST_NAME";
  luksDevice = "$DEVICE";
  passwordFile =
  "/home/andreh/dev/libre/dotfiles/encrypted/$HOST_NAME/password-hash.txt";
}