mirror of
https://github.com/kmein/niveum
synced 2026-03-20 12:01:06 +01:00
feat: automate entering ssh passphrase
This commit is contained in:
2
ci.nix
2
ci.nix
@@ -56,7 +56,7 @@
|
||||
"spotify/password"
|
||||
];
|
||||
systemSecrets = let
|
||||
basic = ["retiolum.ed25519" "retiolum.key" "syncthing/cert.pem" "syncthing/key.pem"];
|
||||
basic = ["retiolum.ed25519" "retiolum.key" "syncthing/cert.pem" "syncthing/key.pem" "ssh/passphrase"];
|
||||
in
|
||||
{
|
||||
zaatar = ensureFiles (["moodle.token" "telegram/moodle-dl.token" "mpd-web.key"] ++ basic);
|
||||
|
||||
Reference in New Issue
Block a user