2023-04-13 18:48:37 +02:00
|
|
|
# Host-specific secrets
|
|
|
|
let
|
|
|
|
keys = import ../../../../keys;
|
|
|
|
|
|
|
|
all = [
|
|
|
|
# This host is a laptop, it does not have a host key
|
|
|
|
# Allow me to modify the secrets anywhere
|
|
|
|
keys.users.ambroisie
|
|
|
|
];
|
|
|
|
in
|
|
|
|
{
|
2023-04-16 20:43:39 +02:00
|
|
|
"wireguard/private-key.age".publicKeys = all;
|
2023-04-13 18:48:37 +02:00
|
|
|
}
|