1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

wilde: add to niveum

This commit is contained in:
Kierán Meinhardt
2019-06-15 17:50:02 +02:00
parent 55dd993389
commit bdf79d5f3f
7 changed files with 26 additions and 85 deletions

View File

@@ -1,6 +1,7 @@
{ catullus-ssh ? "root@catullus.r:22022"
, scardanelli-ssh ? "root@scardanelli.r:22022"
, homeros-ssh ? "root@homeros.r:22022"
, wilde-ssh ? "root@192.168.178.31:22"
}:
let
krops = builtins.fetchGit {
@@ -45,6 +46,7 @@ let
dir = toString ~/.password-store;
inherit name;
};
art.file = toString ./art;
};
systems.scardanelli = pkgs.krops.writeDeploy "deploy-scardanelli" {
@@ -57,6 +59,11 @@ let
target = homeros-ssh;
};
systems.wilde = pkgs.krops.writeDeploy "deploy-wilde" {
source = regular ./systems/wilde "wilde";
target = wilde-ssh;
};
systems.catullus = pkgs.krops.writeDeploy "deploy-catullus" {
source = minimal ./systems/catullus {
secrets.pass = {