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

eduroam, traadfri: use shared secrets

This commit is contained in:
Kierán Meinhardt
2019-06-18 09:23:20 +02:00
parent e508cab29b
commit 97b014526a
3 changed files with 10 additions and 3 deletions

View File

@@ -41,6 +41,10 @@ let
dir = toString ~/.password-store/systems;
inherit name;
};
shared-secrets.pass = {
dir = toString ~/.password-store;
name = "shared";
};
})
];
target = "root@${name}:22022";