mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
by-uuid not by-id
This commit is contained in:
parent
97fa901395
commit
4a10671be7
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-id/9e5c0a74-753a-4ebe-b8f1-5c7bdde21deb";
|
device = "/dev/disk/by-uuid/9e5c0a74-753a-4ebe-b8f1-5c7bdde21deb";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
label = "nixos";
|
label = "nixos";
|
||||||
noCheck = false;
|
noCheck = false;
|
||||||
|
|
@ -65,7 +65,7 @@
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/disk/by-id/79C3-9AB6";
|
device = "/dev/disk/by-uuid/79C3-9AB6";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
label = "BOOT";
|
label = "BOOT";
|
||||||
noCheck = false;
|
noCheck = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue