remove old deploy script
This commit is contained in:
parent
d1f4753462
commit
5bdcf5c658
2 changed files with 6 additions and 26 deletions
|
@ -17,7 +17,9 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
nodes.ifrit = daNode "ifrit";
|
||||
nodes.pruflas = daNode "pruflas";
|
||||
nodes = builtins.mapAttrs (hostname: fun: fun hostname) {
|
||||
ifrit = daNode;
|
||||
pruflas = daNode;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue