config: add server1 to mainServers

This commit is contained in:
Astro 2021-08-20 21:39:31 +02:00
parent 30aa03f07f
commit 5b27eb82ac
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ config, pkgs, lib, self, ... }:
let
mainServers = [ "server2" ];
mainServers = [ "server1" "server2" ];
pillar = self.lib.saltPillarFor "*";
renameAttr = from: to: attrset: