about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/aszlig/dnyarri.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index 3effb1b0..e61fe517 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -109,7 +109,7 @@ in {
   # services, so we don't get large amounts of nonsense on the caching device.
   systemd.services = let
     scrubServiceUnits = let
-      mkName = fs: "btrfs-scrub-${utils.escapeSystemdPath fs}.service";
+      mkName = fs: "btrfs-scrub-${utils.escapeSystemdPath fs}";
     in map mkName config.services.btrfs.autoScrub.fileSystems;
   in lib.genAttrs scrubServiceUnits (lib.const {
     preStart = bcacheStop;