diff --git a/configurations/nixos/horizon/hardware-configuration.nix b/configurations/nixos/horizon/hardware-configuration.nix index 94f902c..1c84e97 100644 --- a/configurations/nixos/horizon/hardware-configuration.nix +++ b/configurations/nixos/horizon/hardware-configuration.nix @@ -97,25 +97,35 @@ useDHCP = lib.mkDefault true; hostName = "horizon"; # Define your hostname. - wg-quick.interfaces = { - proton = { - # IP address of this machine in the *tunnel network* - address = ["10.2.0.1/32"]; + # wg-quick.interfaces = { + # proton = { + # # IP address of this machine in the *tunnel network* + # address = ["10.2.0.1/32"]; - listenPort = 51820; + # listenPort = 51820; - privateKeyFile = config.sops.secrets."wireguard-keys/proton/horizon".path; + # privateKeyFile = config.sops.secrets."wireguard-keys/proton/horizon".path; - peers = [ - { - publicKey = "Yu2fgynXUAASCkkrXWj76LRriFxKMTQq+zjTzyOKG1Q="; - allowedIPs = ["0.0.0.0/0"]; - endpoint = "84.17.63.8:51820"; - persistentKeepalive = 25; - } - ]; - }; - }; + # peers = [ + # { + # publicKey = "Yu2fgynXUAASCkkrXWj76LRriFxKMTQq+zjTzyOKG1Q="; + # allowedIPs = ["0.0.0.0/0"]; + # endpoint = "84.17.63.8:51820"; + # persistentKeepalive = 25; + # } + # { + # publicKey = "OIPOmEDCJfuvTJ0dugMtY5L14gVpfpDdY3suniY5h3Y="; + # allowedIPs = ["0.0.0.0/0"]; + # endpoint = "68.169.42.242:51820"; + # persistentKeepalive = 25; + # } + # { + # publicKey = "uvEa3sdmi5d/OxozjecVIGQHgw4H42mNIX/QOulwDhs="; + # allowedIPs = ["0.0.0.0/0"]; + # } + # ]; + # }; + # }; }; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";