mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
add filesystem labels to disko config
This commit is contained in:
@ -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";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user