summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/cirrus/wireguard-server.nix2
-rw-r--r--hosts/toaster/default.nix2
2 files changed, 3 insertions, 1 deletions
diff --git a/hosts/cirrus/wireguard-server.nix b/hosts/cirrus/wireguard-server.nix
index 37cdd79..74e6091 100644
--- a/hosts/cirrus/wireguard-server.nix
+++ b/hosts/cirrus/wireguard-server.nix
@@ -41,7 +41,7 @@
};
wireguardPeers = [
{
- # toaster
+ # microwave
wireguardPeerConfig = {
PublicKey = "0zpfcNrmbsNwwbnDDX4SMl4BVTB0zuhGKixT9TJQoHc=";
AllowedIPs = [ "10.66.66.10/32" ];
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix
index cac9bad..0a2d48d 100644
--- a/hosts/toaster/default.nix
+++ b/hosts/toaster/default.nix
@@ -5,6 +5,8 @@
./hardware-configuration.nix
./irc.nix
./stateful-network.nix
+ ./network.nix
+ ./network-vpns.nix
./secrets.nix
./secure-boot.nix
./zfs.nix