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.tmp.useTmpfs = true;
|
||||||
|
|
||||||
boot.supportedFilesystems = [
|
boot.supportedFilesystems = {
|
||||||
"btrfs"
|
btrfs = true;
|
||||||
"ntfs"
|
ntfs = true;
|
||||||
];
|
};
|
||||||
|
|
||||||
services.btrfs = {
|
services.btrfs = {
|
||||||
autoScrub = {
|
autoScrub = {
|
||||||
|
|
Loading…
Reference in a new issue