Added /var on USB

This commit is contained in:
Serĉanto de Scio 2019-10-16 20:50:09 +10:00
parent d141318b60
commit f3678aa110
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -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!