legacy.nix: remove server1

This commit is contained in:
Astro 2021-04-07 01:22:04 +02:00
parent ca835419b0
commit f5f62aa82a
1 changed files with 1 additions and 1 deletions

View File

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