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
|
|
@ -23,7 +23,7 @@ in
|
|||
|
||||
virtualisation.oci-containers.containers.openspeedtest = {
|
||||
image = "openspeedtest/latest";
|
||||
ports = [ "127.0.0.1:${builtins.toString cfg.port}:3000" ];
|
||||
ports = [ "127.0.0.1:${toString cfg.port}:3000" ];
|
||||
pull = "newer";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue