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