🔒️ plato: fixed homestar key

This commit is contained in:
2024-03-15 10:45:46 -04:00
parent d5fea83d5f
commit 68614a06e6
4 changed files with 110 additions and 96 deletions

View File

@ -84,7 +84,6 @@ in
];
};
};
sops.secrets.filesystems-parthenon = { };
power.ups = {
@ -108,13 +107,20 @@ in
upsmon.monitor."cyberpower".user = "upsmon";
};
sops.secrets.upsmon = { };
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
sops.secrets = {
filesystems-parthenon = { };
plato-homestar = {
owner = "homestar";
};
upsmon = { };
};
services = {
borgbackup.jobs."borgbase" = {
paths = [
@ -134,6 +140,12 @@ in
enable = true;
settings = {
node.network = {
keypair_config = {
existing = {
key_type = "ed25519";
inherit (secrets.plato-homestar) path;
};
};
libp2p = {
node_addresses = [
"/dns4/homestar.fission.dev/tcp/7001/p2p/16Uiu2HAmTq9LA2fLFzyLXVstac4AFk4jTwboTcJgVMBNRg3sBP9V"