This commit is contained in:
Vivian 2022-08-20 15:49:40 +02:00
parent 25074a7a85
commit 067c14f36f
4 changed files with 35 additions and 9 deletions

View file

@ -55,6 +55,11 @@ let vs = config.vault-secrets.secrets; in
publicKey = "ZWIaDGrASlTkEK75j10VeGCvrIGfpk4GPobmqcYX2D0=";
allowedIPs = [ "10.100.0.3/32" ];
}
{
# Laptop
publicKey = "L8myt2bcdja7M+i+9eatdQRW8relPUoZZ9lEKSLe+m8=";
allowedIPs = [ "10.100.0.4/32" ];
}
];
};
}