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