Improvements here and there.

This commit is contained in:
Jonas Juselius
2018-05-23 13:48:03 +02:00
parent 17e4e740ea
commit 39b51fd978
5 changed files with 52 additions and 31 deletions

View File

@@ -14,6 +14,10 @@
{ device = "/dev/disk/by-uuid/46951acf-de3e-44c3-8d9d-4aa97e691630";
fsType = "ext4";
};
fileSystems."/vol/brick0" =
{ device = "/dev/gfs_vg/brick0";
fsType = "ext4";
};
swapDevices = [ ];