From e467fb6ca368fa413df318a1470ba67e701f317a Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 5 Nov 2018 18:05:56 +0100 Subject: [PATCH] fix fstrimroot --- fstrim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fstrim.nix b/fstrim.nix index 0b8d552..119a978 100644 --- a/fstrim.nix +++ b/fstrim.nix @@ -8,7 +8,7 @@ Type = "oneshot"; }; - script = "fstrim -v /"; + script = "${pkgs.utillinux.bin}/bin/fstrim -v /"; startAt = "04:00"; };