Commit 26e58d26dd9f
Changed files (1)
systems
aion
systems/aion/hardware.nix
@@ -7,6 +7,10 @@ _: {
device = "/dev/disk/by-uuid/0a779a30-903e-4bef-b1bc-bcdd4a978afe";
fsType = "ext4";
};
+ fileSystems."/zion" = {
+ device = "/dev/disk/by-uuid/2fc28e6f-e535-4854-8d56-b04715fe891b";
+ fsType = "ext4";
+ };
swapDevices = [
{