colmena yodaHedgehog config

This commit is contained in:
Daniel Langbein 2023-11-03 16:12:39 +01:00
parent 16ceb3c383
commit a8684fac8a
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 15 additions and 2 deletions

View File

@ -72,6 +72,19 @@ in
};
};
yodaHedgehog = { name, nodes, ... }: {
# Import the per-host configuration file.
imports = [ ./hosts/${name}/configuration.nix ];
deployment = {
# SSH deployment.
targetHost = "p1st.de";
targetPort = 2226;
tags = [ "server" ];
};
};
yodaNas = { name, nodes, ... }: {
# Import the per-host configuration file.
imports = [ ./hosts/${name}/configuration.nix ];

View File

@ -43,8 +43,8 @@
#../../modules/docker.nix
#../../modules/docker-pushrm.nix
#../../modules/lid-switch-handling.nix
#../../modules/sendmail-mta.nix # TODO
#../../modules/journalwatch.nix # TODO
../../modules/sendmail-mta.nix
../../modules/journalwatch.nix
#../../modules/waydroid.nix
#../../modules/ntfs.nix
#../../modules/veracrypt.nix