diff options
author | Linnnus <[email protected]> | 2023-10-01 22:43:58 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-10-01 23:08:32 +0200 |
commit | 7e27f6f2250bd4e0faa5d5e626dce541a8bb22e4 (patch) | |
tree | 11eb68ec0ae6e1f9cd1f4d7b645cc55e582b1873 /secrets | |
parent | 241bbaf27ad990d0630b7b48f3e9858e8f42b88f (diff) |
Use alejandra formatter
Diffstat (limited to 'secrets')
-rw-r--r-- | secrets/secrets.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 2a5f13f..3a2e0a5 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -1,11 +1,9 @@ # This file conatins configuration for the agenix CLI. It is not actually # imported into the system cofniguration. - let metadata = builtins.fromTOML (builtins.readFile ../metadata.toml); publicKeys = map (builtins.getAttr "sshPubKey") (builtins.attrValues metadata.hosts); -in -{ +in { "cloudflare-ddns-token.env.age".publicKeys = publicKeys; "duksebot.env.age".publicKeys = publicKeys; } |