data drive
This commit is contained in:
parent
8ca6c49952
commit
037c5547a1
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/data" = {
|
||||||
|
device = "/dev/disk/bu-uuid/00a7093a-49ee-41e4-baec-99d8a322a530";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
|
|
||||||
# Enable OpenGL
|
# Enable OpenGL
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
|
|
Loading…
Reference in a new issue