mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-17 01:55:10 +01:00
yolo
This commit is contained in:
parent
a1187fbef5
commit
68174b4a77
49 changed files with 88 additions and 585 deletions
|
|
@ -9,9 +9,6 @@ let
|
|||
lib.optionalAttrs (publicIPv4 != null) { A = [ (a publicIPv4) ]; } //
|
||||
lib.optionalAttrs (publicIPv6 != null) { AAAA = [ (aaaa publicIPv6) ]; })
|
||||
networkingConfig;
|
||||
vps2 = {
|
||||
A = [ "184.174.32.252" ];
|
||||
};
|
||||
|
||||
combine = hosts: {
|
||||
A = lib.lists.flatten (map (host: if builtins.hasAttr "A" host then host.A else [ ]) hosts);
|
||||
|
|
@ -63,9 +60,6 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
# --- legacy crap
|
||||
old-docker = vps2;
|
||||
|
||||
# --- apps
|
||||
bisect-rustc = vps1;
|
||||
docker = vps1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue