boreal: NTFS mount support

This commit is contained in:
Antoine Martin 2021-04-27 18:17:06 +02:00
parent b678efb01e
commit 4026a7baa6

View file

@ -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;