From 4cde826c0d6b7d666fe57ac3d2b308987519dff4 Mon Sep 17 00:00:00 2001 From: madmin Date: Fri, 9 Aug 2024 10:06:21 +0200 Subject: [PATCH] typo(systems/optional): remove bad additional = --- systems/common/optional/btrfs_scrub.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/common/optional/btrfs_scrub.nix b/systems/common/optional/btrfs_scrub.nix index bc963bd..fd1c981 100644 --- a/systems/common/optional/btrfs_scrub.nix +++ b/systems/common/optional/btrfs_scrub.nix @@ -2,6 +2,6 @@ services.btrfs.autoScrub = { enable = true; interval = "monthly"; - fileSystems = = [ "/" ]; + fileSystems = [ "/" ]; }; }