org: orga v2
This commit is contained in:
parent
1d56410e26
commit
0054c74806
10 changed files with 47 additions and 157 deletions
7
meta.nix
7
meta.nix
|
@ -2,13 +2,14 @@ let
|
|||
sources = import ./npins;
|
||||
|
||||
agenix = sources.agenix + "/modules/age.nix";
|
||||
djangonix = sources.djangonix + "/module.nix";
|
||||
|
||||
metadata = {
|
||||
nodes = {
|
||||
hackens-milieu = {
|
||||
deployment = {
|
||||
targetHost = null; #"milieu.cave.hackens.org";
|
||||
# targetPort = 4243;
|
||||
#targetPort = 4243;
|
||||
allowLocalDeployment = true;
|
||||
tags = [ "desktop" ];
|
||||
};
|
||||
|
@ -24,9 +25,9 @@ let
|
|||
deployment = {
|
||||
targetHost = "10.10.10.1"; # todo make something with ens firewall
|
||||
tags = [ "server" ];
|
||||
targetPort = 2222;
|
||||
targetPort = 22;
|
||||
};
|
||||
imports = [agenix];
|
||||
imports = [agenix djangonix];
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue