Fix paths
This commit is contained in:
parent
77177fe7e4
commit
486c24d9c2
1 changed files with 2 additions and 2 deletions
|
|
@ -24,12 +24,12 @@
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
boot.kernelModules = [ "kvm-intel" ];
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "nixos";
|
device = "dev/disk/by-uuid/6119992c-19b7-42e6-8480-8bedccc23fc7 ";
|
||||||
fsType = "bcachefs";
|
fsType = "bcachefs";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
device = "/dev/disk/by-uuid/3C7C-03C4";
|
device = "/dev/disk/by-uuid/8921-299E";
|
||||||
fsType = "fat32";
|
fsType = "fat32";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue