diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 36709b9..57fbbbd 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -132,9 +132,7 @@ in "ubuntu-latest:docker://node:18-bullseye" ]; settings = { - options = [ - "--add-host=git.cloonar.com:10.42.97.50" - ]; + options = "--add-host=git.cloonar.com:10.42.97.50"; }; };