From 0c387def141e7ac8c87da6608e646421a4848475 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 5 May 2025 15:18:40 -0400 Subject: [PATCH] laptop: we no longer use btrfs --- etcnixos/system-mreow.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/etcnixos/system-mreow.nix b/etcnixos/system-mreow.nix index 56d1902..42e127e 100644 --- a/etcnixos/system-mreow.nix +++ b/etcnixos/system-mreow.nix @@ -38,15 +38,6 @@ }; }; - services = { - #using btrfs, so lets scrub! - btrfs.autoScrub = { - enable = true; - interval = "weekly"; - fileSystems = [ "/" ]; - }; - }; - services.greetd = { enable = true; settings = {