typo(systems/optional): remove bad additional =

This commit is contained in:
madmin 2024-08-09 10:06:21 +02:00
parent 7a18782388
commit 4cde826c0d
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
services.btrfs.autoScrub = { services.btrfs.autoScrub = {
enable = true; enable = true;
interval = "monthly"; interval = "monthly";
fileSystems = = [ "/" ]; fileSystems = [ "/" ];
}; };
} }