diff --git a/common/_home_manager/mods/ssh.nix b/common/_home_manager/mods/ssh.nix index 8061cdc..4b63100 100644 --- a/common/_home_manager/mods/ssh.nix +++ b/common/_home_manager/mods/ssh.nix @@ -10,7 +10,7 @@ let let secrets = age.secrets or { }; in - secrets ? secret && secrets.${secret} != null; + secrets ? ${secret} && secrets.${secret} != null; in { # TODO can I put all IP's in the flake.nix top level settings and pull them in here instead?