mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21: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 = {
|
ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableDefaultConfig = false;
|
||||||
matchBlocks =
|
matchBlocks =
|
||||||
config.custom.sops.secrets.ssh-key
|
config.custom.sops.secrets.ssh-key
|
||||||
|> lib.mapAttrs (name: _: { identityFile = config.sops.secrets."ssh-key/${name}".path; });
|
|> lib.mapAttrs (name: _: { identityFile = config.sops.secrets."ssh-key/${name}".path; });
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue