From 364268aa7fd22b14a5b7f27008942c725fea26bf Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 6 Dec 2023 21:19:41 +0100 Subject: [PATCH] make options to string --- hosts/fw.cloonar.com/modules/gitea.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 4b3aa9e..8ff90f1 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -133,10 +133,7 @@ in ]; settings = { container = { - options = [ - "--add-host=git.cloonar.com:10.42.97.50" - "--dns=10.42.97.10" - ]; + options = "--add-host=git.cloonar.com:10.42.97.50 --dns=10.42.97.10"; }; }; };