alice: add data disk

This commit is contained in:
Haylin Moore 2024-10-11 13:09:45 -04:00
parent f2af1296e0
commit c3fdeb6e9e

View file

@ -15,6 +15,11 @@
fsType = "ext4";
};
fileSystems."/data" =
{ device = "/dev/disk/by-uuid/9d1fc1f3-aeb8-4f08-aa08-814378052a90";
fsType = "ext4";
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
boot.loader.grub.enable = true;