Add prosorinos to VPN and Syncthing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let password = builtins.readFile /run/keys/ddclient;
|
||||
let password = builtins.readFile /var/lib/ddclient/token;
|
||||
|
||||
in {
|
||||
|
||||
@@ -73,6 +73,11 @@ in {
|
||||
publicKey = "gS5VIUFL74kTs3zxVNT/ijWyOjeAFLEqWynD0Pefh1o=";
|
||||
allowedIPs = [ "10.8.0.3/32" ];
|
||||
}
|
||||
# Prosorinos
|
||||
{
|
||||
publicKey = "ipr+95jPZaCwEQybLsN5njxENMrPFbUUKf8CTNvGsDA=";
|
||||
allowedIPs = [ "10.8.0.4/32" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user