nixos/colony-psql: Add Netdata
This commit is contained in:
@@ -86,7 +86,11 @@ in
|
||||
|
||||
"netdata-colony.${lib.my.pubDomain}" =
|
||||
let
|
||||
hosts = [ "vm" "fw" "ctr" "http" "jackflix-ctr" "chatterbox-ctr" ];
|
||||
hosts = [
|
||||
"vm"
|
||||
"fw" "ctr"
|
||||
"http" "jackflix-ctr" "chatterbox-ctr" "colony-psql-ctr"
|
||||
];
|
||||
matchHosts = concatStringsSep "|" hosts;
|
||||
in
|
||||
mkMerge [
|
||||
|
Reference in New Issue
Block a user