flake/machines/nixos/imac-2017/machine-1/partition.nix

17 lines
266 B
Nix
Raw Normal View History

{ ... }:
{
fileSystems = {
"/boot" = {
device = "/dev/disk/by-uuid/67E3-17ED";
fsType = "vfat";
};
"/" = {
device = "/dev/disk/by-uuid/571588f1-dc9c-4804-a89c-995a667e0574";
fsType = "ext4";
};
};
swapDevices = [ ];
}