summaryrefslogtreecommitdiff
path: root/nixosConfigurations/manwe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixosConfigurations/manwe/default.nix')
-rw-r--r--nixosConfigurations/manwe/default.nix29
1 files changed, 0 insertions, 29 deletions
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;