mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
chore: yodaYoga is powered of
This commit is contained in:
parent
cd4fff6e57
commit
487052c5eb
24
hive.nix
24
hive.nix
@ -83,18 +83,18 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
yodaYoga = { name, nodes, ... }: {
|
||||
# Import the per-host configuration file.
|
||||
imports = [ ./hosts/${name}/configuration.nix ];
|
||||
|
||||
deployment = {
|
||||
# SSH deployment.
|
||||
targetHost = "yodayoga.p1st.de";
|
||||
targetPort = 2224;
|
||||
|
||||
tags = [ "server" ];
|
||||
};
|
||||
};
|
||||
# yodaYoga = { name, nodes, ... }: {
|
||||
# # Import the per-host configuration file.
|
||||
# imports = [ ./hosts/${name}/configuration.nix ];
|
||||
#
|
||||
# deployment = {
|
||||
# # SSH deployment.
|
||||
# targetHost = "yodayoga.p1st.de";
|
||||
# targetPort = 2224;
|
||||
#
|
||||
# tags = [ "server" ];
|
||||
# };
|
||||
# };
|
||||
|
||||
yodaHedgehog = { name, nodes, ... }: {
|
||||
# Import the per-host configuration file.
|
||||
|
Loading…
Reference in New Issue
Block a user