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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user