From b6b246f6f484b15a69038878dcd9cfa72618bae6 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 7 Jun 2024 15:54:35 +0200 Subject: [PATCH] boreal: use new option syntax for supported FS --- hosts/boreal/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 = {