fix: switch to btrfs on hape
This commit is contained in:
parent
c105e03d4d
commit
9e955a8970
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/06e2185a-93c7-4f1e-9b5d-a2305d5dcfe0";
|
||||
fsType = "ext4";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
|
|
Loading…
Reference in a new issue