Apply treefmt
This commit is contained in:
parent
b2395ce611
commit
b2c240e87f
86 changed files with 374 additions and 456 deletions
|
@ -41,9 +41,9 @@ let
|
|||
userAgeKeys = [ ];
|
||||
serverAgeKeys =
|
||||
let
|
||||
getHostsWithSshKeys = filterAttrs (name: cfg: cfg ? sshKey);
|
||||
getHostsWithSshKeys = filterAttrs (_name: cfg: cfg ? sshKey);
|
||||
mapHostToAgeKey = mapAttrs (
|
||||
name: cfg:
|
||||
_name: cfg:
|
||||
readFile (
|
||||
runCommand "sshToAgeKey"
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue