7 lines
157 B
Nix
7 lines
157 B
Nix
{ ... }: {
|
|
disks = {
|
|
boot = "BC3B-2104";
|
|
crypt = "8c2e23a2-301a-483d-9331-afc982082c8a";
|
|
root = "aae3c9f7-579a-48b8-bf20-5c4ae84a7a4a";
|
|
};
|
|
}
|