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

@ -14,7 +14,12 @@
{ device = "/dev/disk/by-uuid/1aeaf426-9dec-40b8-b472-5785832444a6";
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;