summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/common/configuration.nix2
-rw-r--r--nixos/kay/modules/wireguard.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/common/configuration.nix b/nixos/common/configuration.nix
index 4e4ea12..04880c5 100644
--- a/nixos/common/configuration.nix
+++ b/nixos/common/configuration.nix
@@ -52,7 +52,7 @@ in
];
openssh.authorizedKeys.keys = [
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDCeMXhkjm9CabbA/1xdtP9bvFEm8pVXPk66NmI9/VvQ sinan@vex"
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDCeMXhkjm9CabbA/1xdtP9bvFEm8pVXPk66NmI9/VvQ sinan@veu"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL8LnyOuPmtKRqAZeHueNN4kfYvpRQVwCivSTq+SZvDU sinan@cez"
];
};
diff --git a/nixos/kay/modules/wireguard.nix b/nixos/kay/modules/wireguard.nix
index f90b1ec..578a86a 100644
--- a/nixos/kay/modules/wireguard.nix
+++ b/nixos/kay/modules/wireguard.nix
@@ -34,7 +34,7 @@ in
publicKey = "IcMpAs/D0u8O/AcDBPC7pFUYSeFQXQpTqHpGOeVpjS8=";
allowedIPs = [ "10.0.1.2/32" ];
}
- { # vex
+ { # veu
publicKey = "bJ9aqGYD2Jh4MtWIL7q3XxVHFuUdwGJwO8p7H3nNPj8=";
allowedIPs = [ "10.0.1.3/32" ];
}