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.tmp.useTmpfs = true;
boot.supportedFilesystems = [ boot.supportedFilesystems = {
"btrfs" btrfs = true;
"ntfs" ntfs = true;
]; };
services.btrfs = { services.btrfs = {
autoScrub = { autoScrub = {