identities

This commit is contained in:
alex 2024-11-16 14:29:15 -05:00
parent b9026b146b
commit aa0873eeff
2 changed files with 60 additions and 0 deletions

View File

@ -2,6 +2,7 @@
{
services.nextcloud-client = {
enable = true;
package = pkgs.nextcloud-client;
startInBackground = true;
};

59
config/identities.nix Normal file
View File

@ -0,0 +1,59 @@
{
"atauno" = {
syncthing = {
id = "TXSURD2-XCKOLDG-DJ76OOK-JZXOE3Q-XXTNOIM-XR5LB2B-YWBV2ER-6KRFIQN";
autoAcceptFolders = true;
};
wireguard = {
};
};
"iphone15" = {
syncthing = {
id = "BW4OYWY-RIS2AX4-67UPRS6-2SPHGVQ-TNOGVCK-B3XG5TW-VT3CUZZ-YVH2NQN";
autoAcceptFolders = true;
};
};
"ipad9" = {
syncthing = {
id = "LTGMW37-RAVNIDW-GXNOFTZ-4OQEBR6-APXYVWH-7VZU6SH-CWNJV72-334HUAJ";
autoAcceptFolders = true;
};
};
"nixos76" = {
syncthing = {
id = "------";
autoAcceptFolders = true;
};
wireguard = {
publicKey = "KVViY+Bgu7PoBeS+rthcyQVQB03IdolxDzc5ZwsdNnM=";
allowedIPs = [ "10.100.0.2/32" ];
};
};
"oneplus9t" = {
syncthing = {
id = "JIYG5UP-UHTO7KA-FDSIGQV-ON7YJXO-3JDAUNV-V6NJMCH-HWNOPBS-MXHHLAG";
autoAcceptFolders = true;
};
wireguard = {
publicKey = "zVEFb82M79UoBpAkgbiN0MWQqcjmChTFDLQOSRY/VRk=";
allowedIPs = [ "10.100.0.4/32" ];
};
};
"thelio76" = {
syncthing = {
id = "PZGASVL-XWQRFHI-MD2YC2I-UAJIR5B-KC34AA7-3BXN322-2IB7AO4-JPYIQAD";
autoAcceptFolders = true;
};
wireguard = {
publicKey = "UIAOvMhHp6W77pAo+mLb3XluzOrk095SgCvaE0ErAEY=";
allowedIPs = [ "10.100.0.10/32" ];
};
};
"josh" = {
wireguard = {
publicKey = "MdHzEaX6BkgOLZcIAFdgxYt0iDdh2vL25jMjuTFVDVM=";
allowedIPs = [ "10.100.0.3/32" ];
};
};
}