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

~ syncthing

This commit is contained in:
Kierán Meinhardt
2019-05-29 19:26:16 +02:00
parent 7866f60ba7
commit acaf08ec99
2 changed files with 11 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ let
minimal = path: other: lib.evalSource [(niveum path // other)];
regular = path: minimal path {
regular = path: name: minimal path {
home-manager.git = {
url = https://github.com/rycee/home-manager;
ref = "2ccbf43";
@@ -41,15 +41,19 @@ let
url = https://cgit.krebsco.de/stockholm;
ref = "1340e3fb";
};
secrets.pass = {
dir = toString ~/.password-store;
inherit name;
};
};
systems.scardanelli = pkgs.krops.writeDeploy "deploy-scardanelli" {
source = regular ./systems/scardanelli;
source = regular ./systems/scardanelli "scardanelli";
target = scardanelli-ssh;
};
systems.homeros = pkgs.krops.writeDeploy "deploy-homeros" {
source = regular ./systems/homeros;
source = regular ./systems/homeros "homeros";
target = homeros-ssh;
};