diff --git a/config/apps/nextcloud.nix b/config/apps/nextcloud.nix index de9ca84..6aa0a83 100644 --- a/config/apps/nextcloud.nix +++ b/config/apps/nextcloud.nix @@ -2,6 +2,7 @@ { services.nextcloud-client = { enable = true; + package = pkgs.nextcloud-client; startInBackground = true; }; diff --git a/config/identities.nix b/config/identities.nix new file mode 100644 index 0000000..8985fac --- /dev/null +++ b/config/identities.nix @@ -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" ]; + }; + }; +}