mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(krops): correctly configure system-secrets
This commit is contained in:
@@ -22,8 +22,8 @@ let
|
|||||||
stockholm.git = gitFromJson .versions/stockholm.json;
|
stockholm.git = gitFromJson .versions/stockholm.json;
|
||||||
retiolum.git = gitFromJson .versions/retiolum.json;
|
retiolum.git = gitFromJson .versions/retiolum.json;
|
||||||
system-secrets.pass = {
|
system-secrets.pass = {
|
||||||
dir = toString ~/.password-store/systems;
|
dir = toString ~/.password-store;
|
||||||
inherit name;
|
name = "systems/${name}";
|
||||||
};
|
};
|
||||||
secrets.pass = {
|
secrets.pass = {
|
||||||
dir = toString ~/.password-store;
|
dir = toString ~/.password-store;
|
||||||
@@ -52,6 +52,6 @@ in {
|
|||||||
toum = writeDeploy "deploy-toum" (regularSystem {
|
toum = writeDeploy "deploy-toum" (regularSystem {
|
||||||
path = systems/toum;
|
path = systems/toum;
|
||||||
name = "toum";
|
name = "toum";
|
||||||
address = "192.168.178.24";
|
address = "toum.r";
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user