Update systems/nixos-fw16/disks.nix

This commit is contained in:
Tristan D. 2024-06-20 16:38:58 +00:00
parent 6593876659
commit 8592cb6788

View file

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