fix ssh config
This commit is contained in:
parent
1424527c58
commit
967610faec
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ let
|
||||||
let
|
let
|
||||||
secrets = age.secrets or { };
|
secrets = age.secrets or { };
|
||||||
in
|
in
|
||||||
secrets ? secret && secrets.${secret} != null;
|
secrets ? ${secret} && secrets.${secret} != null;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# TODO can I put all IP's in the flake.nix top level settings and pull them in here instead?
|
# TODO can I put all IP's in the flake.nix top level settings and pull them in here instead?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue