docs: fix syntax in example

This commit is contained in:
teutat3s 2024-06-06 12:54:14 +02:00
parent 4350cbf7c4
commit 2fdfd3b80e
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -14,7 +14,7 @@ People with admin access to the infrastructure are added to [`logins/admins.nix`
publicKey = <pubkey-string>;
allowedIPs = [ "10.7.6.<ip-address>/32" "fd00:fae:fae:fae:fae:<ip-address>::/96" ];
}
}];
];
secretEncryptionKeys = {
<name> = <encryption-key-string>;