diff --git a/hive.nix b/hive.nix index ea377a5..d5def69 100644 --- a/hive.nix +++ b/hive.nix @@ -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 ]; diff --git a/hosts/yodaHedgehog/configuration.nix b/hosts/yodaHedgehog/configuration.nix index a1424e6..6aa4e3e 100644 --- a/hosts/yodaHedgehog/configuration.nix +++ b/hosts/yodaHedgehog/configuration.nix @@ -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