add filesystem labels to disko config

This commit is contained in:
Noah Masur 2023-02-25 10:32:54 -05:00
parent b1b5e77f47
commit c360460d80

View File

@ -19,6 +19,7 @@
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
extraArgs = "--label boot";
};
}
{
@ -32,6 +33,7 @@
type = "filesystem";
format = "ext4";
mountpoint = "/";
extraArgs = "--label nixos";
};
}
];