org: orga v2

This commit is contained in:
sinavir 2024-06-11 14:41:49 +02:00
parent 1d56410e26
commit 0054c74806
10 changed files with 47 additions and 157 deletions

View file

@ -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];
};
};