aerial: mount external nvme
This commit is contained in:
parent
1ec7a2254c
commit
cf669ab62a
1 changed files with 5 additions and 0 deletions
|
@ -18,4 +18,9 @@
|
||||||
|
|
||||||
networking.hostName = "aerial";
|
networking.hostName = "aerial";
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|
||||||
|
fileSystems."/mnt/wumbo" = {
|
||||||
|
device = "/dev/disk/by-uuid/804c5fa2-cf78-4c18-a956-a5b60ea33619";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue