boreal: use new option syntax for supported FS
This commit is contained in:
parent
36ff0da789
commit
b6b246f6f4
|
@ -24,10 +24,10 @@
|
|||
|
||||
boot.tmp.useTmpfs = true;
|
||||
|
||||
boot.supportedFilesystems = [
|
||||
"btrfs"
|
||||
"ntfs"
|
||||
];
|
||||
boot.supportedFilesystems = {
|
||||
btrfs = true;
|
||||
ntfs = true;
|
||||
};
|
||||
|
||||
services.btrfs = {
|
||||
autoScrub = {
|
||||
|
|
Loading…
Reference in a new issue