aerial: mount external nvme

This commit is contained in:
41666 2023-12-17 17:03:16 -05:00
parent 1ec7a2254c
commit cf669ab62a

View file

@ -18,4 +18,9 @@
networking.hostName = "aerial";
system.stateVersion = "24.05";
fileSystems."/mnt/wumbo" = {
device = "/dev/disk/by-uuid/804c5fa2-cf78-4c18-a956-a5b60ea33619";
fsType = "ext4";
};
}