Nix-Configs/system/system-information.nix

12 lines
276 B
Nix
Raw Normal View History

2022-12-18 17:05:43 +00:00
{
2022-12-19 04:12:08 +00:00
hostname = "kudzu";
2022-12-18 17:05:43 +00:00
rootPartition = "/dev/disk/by-uuid/850e0a62-fd82-4360-b4d7-258817e86380";
swapPartition = "/dev/disk/by-uuid/6144d426-6c5f-4a8a-ac16-d4d5eecbf7a0";
efiPartition = "/dev/disk/by-uuid/E5A8-38EA";
isHiDPI = true;
isIntel = true;
2023-01-15 20:17:21 +00:00
isAmd = false;
2022-12-18 17:05:43 +00:00
}