mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 01:31:33 +01:00
Replace builtins.toString with toString
This commit is contained in:
parent
c18caea0de
commit
c3cfcf1b61
15 changed files with 24 additions and 24 deletions
|
|
@ -42,7 +42,7 @@ in
|
|||
enable = true;
|
||||
package = pkgs-unstable.memos;
|
||||
settings = options.services.memos.settings.default // {
|
||||
MEMOS_PORT = builtins.toString cfg.port;
|
||||
MEMOS_PORT = toString cfg.port;
|
||||
MEMOS_INSTANCE_URL = "https://${cfg.domain}";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue