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