ixvm-fra01: add to ops/nixos as well...

This commit is contained in:
Luke Granger-Brown 2020-05-03 15:48:07 +01:00
parent 506f161147
commit ae625bc10e

View file

@ -6,7 +6,7 @@ let
configuration = lib.fix
(config: foldl' lib.recursiveUpdate { } (map (c: c config) configs));
}).system;
systems = [ "porcorosso" ];
systems = [ "porcorosso" "ixvm-fra01" ];
rebuilder = system:
pkgs.writeShellScriptBin "rebuilder" ''
set -ue