boreal: use new option syntax for supported FS

This commit is contained in:
Antoine Martin 2024-06-07 15:54:35 +02:00
parent 36ff0da789
commit b6b246f6f4

View file

@ -24,10 +24,10 @@
boot.tmp.useTmpfs = true;
boot.supportedFilesystems = [
"btrfs"
"ntfs"
];
boot.supportedFilesystems = {
btrfs = true;
ntfs = true;
};
services.btrfs = {
autoScrub = {