aboutsummaryrefslogtreecommitdiff
path: root/public/nixos/template.nix
blob: 80367df9e47f12bf01c03e89a99b81725ee03655 (plain) (blame)
1
2
3
4
5
{
  hostName = "$HOST_NAME";
  luksDevice = "$DEVICE";
  passwordFile = "/etc/nixos/password-hash.txt";
}