nix-config/devices/inkvine/disks.nix
Sanjay Chacku Purakal 388bdd46b1
Update disks.nix
2024-10-13 13:07:37 +00:00

7 lines
164 B
Nix

{ ... }: {
device.disks = {
boot = "5BB3-FDE6";
crypt = "8c2e23a2-301a-483d-9331-afc982082c8a";
root = "c08d5ede-433d-48cf-8344-17b20d32fb6c";
};
}