feat: add disk
This commit is contained in:
parent
4fba0fb765
commit
e645b286c7
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,11 @@
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/data" = {
|
||||||
|
device = "/dev/disk/by-uuid/9fd3ca90-9e64-4d53-abb9-115c8d92498f";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
device = "/dev/disk/by-uuid/1A74-B74C";
|
device = "/dev/disk/by-uuid/1A74-B74C";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue