From 15271c1d09b73270b446f27fe92bb5a9d8403dcf Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 23 May 2024 04:08:50 +0100 Subject: [PATCH] fix: this does need a default --- applications/prometheus.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/prometheus.nix b/applications/prometheus.nix index e4fd5e0..207863b 100644 --- a/applications/prometheus.nix +++ b/applications/prometheus.nix @@ -30,6 +30,7 @@ in { other_nodes = mkOption { type = types.listOf types.str; + default = []; description = '' To add other nodes outside of nix, specify ip and port that server should listen to here '';