mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
colmena yodaHedgehog config
This commit is contained in:
parent
16ceb3c383
commit
a8684fac8a
13
hive.nix
13
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 ];
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user