summaryrefslogtreecommitdiff
path: root/config/hardware/default.nix
blob: 9b3225947e326eb531b59a1815e47497b7cabb6b (plain)
1
2
3
4
{...}: {
  imports = [./hardware-configuration.nix];
  personal.hardware.disks.crypted = "/dev/disk/by-uuid/eaec758b-ba22-42ab-8992-e765cec9be55";
}