Added /var on USB
This commit is contained in:
parent
d141318b60
commit
f3678aa110
|
@ -38,6 +38,10 @@
|
|||
device = "/dev/disk/by-label/NIXOS_SD";
|
||||
fsType = "ext4";
|
||||
};
|
||||
"/var" = {
|
||||
device = "/dev/sda1";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
# !!! Adding a swap file is optional, but strongly recommended!
|
||||
|
|
Loading…
Reference in a new issue