diff --git a/nixos/modules/services/system/userborn.nix b/nixos/modules/services/system/userborn.nix index 9d97701f391d..07e8be34266e 100644 --- a/nixos/modules/services/system/userborn.nix +++ b/nixos/modules/services/system/userborn.nix @@ -97,7 +97,7 @@ in # home. tmpfiles.settings.home-directories = lib.mapAttrs' ( username: opts: - lib.nameValuePair opts.home { + lib.nameValuePair (toString opts.home) { d = { mode = opts.homeMode; user = username;