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, ... }: {
|
# yodaYoga = { name, nodes, ... }: {
|
||||||
# Import the per-host configuration file.
|
# # Import the per-host configuration file.
|
||||||
imports = [ ./hosts/${name}/configuration.nix ];
|
# imports = [ ./hosts/${name}/configuration.nix ];
|
||||||
|
#
|
||||||
deployment = {
|
# deployment = {
|
||||||
# SSH deployment.
|
# # SSH deployment.
|
||||||
targetHost = "yodayoga.p1st.de";
|
# targetHost = "yodayoga.p1st.de";
|
||||||
targetPort = 2224;
|
# targetPort = 2224;
|
||||||
|
#
|
||||||
tags = [ "server" ];
|
# tags = [ "server" ];
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
yodaHedgehog = { name, nodes, ... }: {
|
yodaHedgehog = { name, nodes, ... }: {
|
||||||
# Import the per-host configuration file.
|
# Import the per-host configuration file.
|
||||||
|
Loading…
Reference in New Issue
Block a user