mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
git: Fix ssh evaluation warning
This commit is contained in:
parent
9a101eeeac
commit
2db3be17a6
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
matchBlocks =
|
||||
config.custom.sops.secrets.ssh-key
|
||||
|> lib.mapAttrs (name: _: { identityFile = config.sops.secrets."ssh-key/${name}".path; });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue