Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Sep 30, 2024
1 parent 56ffdf9 commit cbe2bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit cbe2bd2

Please sign in to comment.