Update systems/nixos-fw16/disks.nix
This commit is contained in:
parent
6593876659
commit
8592cb6788
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue