From a9738a94e009610163e3c49e9686c12051917af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 1 Apr 2024 12:14:45 +0200 Subject: nixos: few more fixes --- nixos/modules/hosts.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'nixos/modules/hosts.nix') diff --git a/nixos/modules/hosts.nix b/nixos/modules/hosts.nix index 054098d..e7ad76b 100644 --- a/nixos/modules/hosts.nix +++ b/nixos/modules/hosts.nix @@ -30,12 +30,6 @@ in { cynerd.hosts = { vpn = { "lipwig" = "10.8.0.1"; - # Portable - "binky" = "10.8.0.2"; - "albert" = "10.8.0.3"; - "android" = "10.8.0.6"; - # Endpoints - "spt-omnia" = "10.8.0.50"; "adm-omnia" = "10.8.0.51"; }; wg = { @@ -79,10 +73,6 @@ in { networking.hosts = mkIf cnf.enable { # VPN "${cnf.vpn.lipwig}" = ["lipwig.vpn"]; - "${cnf.vpn.android}" = ["android.vpn"]; - "${cnf.vpn.albert}" = ["albert.vpn"]; - "${cnf.vpn.binky}" = ["binky.vpn"]; - "${cnf.vpn.spt-omnia}" = ["spt.vpn"]; "${cnf.vpn.adm-omnia}" = ["adm.vpn"]; # Wireguard "${cnf.wg.lipwig}" = ["lipwig.wg"]; -- cgit v1.2.3