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