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