Update systems/nixos-fw16/default.nix #7

Merged
tristan merged 3 commits from tristan-patch-1 into main 2024-06-20 18:29:50 +00:00
Showing only changes of commit 8592cb6788 - Show all commits

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";