From cbe2bd2a35f563be418b254a6204ae1fafd82608 Mon Sep 17 00:00:00 2001 From: oluceps Date: Mon, 30 Sep 2024 09:42:02 +0800 Subject: [PATCH] + --- module/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/default.nix b/module/default.nix index a827169..33f7135 100644 --- a/module/default.nix +++ b/module/default.nix @@ -29,7 +29,7 @@ let ) "`systemd.sysusers` or `services.userborn` must be enabled."; storagePath = self + "/" + cfg.settings.storageDirRelative; - storageExist = assertMsg (builtins.pathExists (storagePath)) "${storagePath} doesn't exist plz create and add to git first (maybe need a placeholder for git to recognize it)"; + storageExist = assertMsg (builtins.pathExists (storagePath)) "${storagePath} doesn't exist plz manually create and add to git first (may need a placeholder for git to recognize it)"; settingsType = types.submodule (submod: { options = {