From cec9f7acd5e5e365563212c5144394f71dd90b27 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 3 Dec 2023 02:52:28 +0300 Subject: 2023-12-03 --- nixosConfigurations/manwe/default.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'nixosConfigurations/manwe/default.nix') diff --git a/nixosConfigurations/manwe/default.nix b/nixosConfigurations/manwe/default.nix index c2ac8be..d9ec359 100644 --- a/nixosConfigurations/manwe/default.nix +++ b/nixosConfigurations/manwe/default.nix @@ -47,35 +47,6 @@ with lib; { plausible.enable = true; }; - # A VPN to play old LAN games with the boys. - # secrets."wireguard-private-key-70".file = "${inputs.self}/secrets/wireguard-private-key-70"; - # networking = mkIf config.nixfiles.modules.wireguard.server.enable { - # wireguard.interfaces.wg70 = { - # ips = ["10.70.0.1/16"]; - # listenPort = 7070; - # privateKeyFile = config.secrets."wireguard-private-key-70".path; - # peers = [ - # { - # publicKey = "@PUBLIC_KEY@"; - # allowedIPs = ["10.70.1.1/32"]; - # } - # { - # publicKey = "@PUBLIC_KEY@"; - # allowedIPs = ["10.70.1.2/32"]; - # } - # { - # publicKey = "@PUBLIC_KEY@"; - # allowedIPs = ["10.70.1.3/32"]; - # } - # { - # publicKey = "@PUBLIC_KEY@"; - # allowedIPs = ["10.70.1.4/32"]; - # } - # ]; - # }; - # firewall.allowedUDPPorts = [7070]; - # }; - boot = { loader.grub = { enable = true; -- cgit 1.4.1