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