go to by-label for peach
This commit is contained in:
parent
dc8d6c3db3
commit
644c291b69
1 changed files with 2 additions and 2 deletions
|
|
@ -29,12 +29,12 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-uuid/8a3cb91f-2e3f-498d-8613-230976dff36e";
|
device = "/dev/disk/by-label/NixOS";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
device = "/dev/disk/by-uuid/FA86-1704";
|
device = "/dev/disk/by-label/EFI";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [
|
options = [
|
||||||
"fmask=0022"
|
"fmask=0022"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue