Update systems/nixos-fw16/disks.nix

This commit is contained in:
Tristan D. 2024-06-20 16:38:58 +00:00
parent 32bf88339e
commit 89b868f97f

View file

@ -52,14 +52,14 @@
]; ];
in in
{ {
fileSystems."/" = "/" =
{ {
device = "UUID=f89215ba-3313-42d3-8f68-051ad2453870"; device = "UUID=f89215ba-3313-42d3-8f68-051ad2453870";
fsType = "bcachefs"; fsType = "bcachefs";
options = [ "relatime" ]; options = [ "relatime" ];
}; };
fileSystems."/boot" = "/boot" =
{ {
device = "/dev/disk/by-uuid/05A2-6A8A"; device = "/dev/disk/by-uuid/05A2-6A8A";
fsType = "vfat"; fsType = "vfat";