hosts/log-01: add external disk for var
This commit is contained in:
@@ -32,6 +32,11 @@
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/var" = {
|
||||
device = "/dev/disk/by-uuid/ecba411c-1477-4eb1-bc71-fbbe8dab273d";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-uuid/638E-3CDD";
|
||||
fsType = "vfat";
|
||||
|
Reference in New Issue
Block a user