Commit f1de362fff44
Changed files (1)
systems
aion
systems/aion/hardware.nix
@@ -3,6 +3,10 @@ _: {
device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
fsType = "ext4";
};
+ fileSystems."/neo" = {
+ device = "/dev/disk/by-uuid/0a779a30-903e-4bef-b1bc-bcdd4a978afe";
+ fsType = "ext4";
+ };
swapDevices = [ ];