From 4aaa2ba5e6216f566ba3f3496820a146a8b09fa9 Mon Sep 17 00:00:00 2001 From: pasqui23 Date: Thu, 30 Dec 2021 01:20:04 +0000 Subject: [PATCH] nixos/beesd: avoid royal we Co-authored-by: Charles Duffy --- nixos/modules/services/misc/bees.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/misc/bees.nix b/nixos/modules/services/misc/bees.nix index d2dc15dd4a2a..fa00d7e4f55d 100644 --- a/nixos/modules/services/misc/bees.nix +++ b/nixos/modules/services/misc/bees.nix @@ -21,8 +21,8 @@ let This must be in a format usable by findmnt; that could be a key=value pair, or a bare path to a mount point. - We prefer bare paths as then the beesd service will be ordered after - mounting the path itself. + Using bare paths will allow systemd to start the beesd service only + after mounting the associated path. ''; example = "LABEL=MyBulkDataDrive"; };