From b2fde4dc4d6cd667529dd486e194ba98690d5dd6 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 27 Oct 2021 11:16:43 -0400 Subject: [PATCH] typo(profiles/btrfs): srvices -> services --- profiles/btrfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/btrfs.nix b/profiles/btrfs.nix index eecdd38..b688f11 100644 --- a/profiles/btrfs.nix +++ b/profiles/btrfs.nix @@ -3,7 +3,7 @@ btrfs-progs ]; - srvices.btrfs.autoScrub = { + services.btrfs.autoScrub = { enable = true; interval = "monthly"; };