boreal: NTFS mount support
This commit is contained in:
parent
b678efb01e
commit
4026a7baa6
|
@ -18,6 +18,11 @@ in
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
boot.supportedFilesystems = [
|
||||
"btrfs"
|
||||
"ntfs"
|
||||
];
|
||||
|
||||
services.btrfs = {
|
||||
autoScrub = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue