diff --git a/hosts/boreal/default.nix b/hosts/boreal/default.nix index f820f69..ed2cbd8 100644 --- a/hosts/boreal/default.nix +++ b/hosts/boreal/default.nix @@ -24,10 +24,10 @@ boot.tmp.useTmpfs = true; - boot.supportedFilesystems = [ - "btrfs" - "ntfs" - ]; + boot.supportedFilesystems = { + btrfs = true; + ntfs = true; + }; services.btrfs = { autoScrub = {