diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-04-25 22:23:24 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-04-25 22:27:58 +0530 |
commit | ec9eba9813f140186c2b5ba4b9588b9f24d695f9 (patch) | |
tree | 7aec051a049aeadfb6485fadbeb2beb56f7a9699 | |
parent | df4d81f0f4bfff7a98b293b8c7dc7dec4069be15 (diff) |
repo: revert back to old the name for veux, vex -> veu
-rw-r--r-- | nixos/common/configuration.nix | 2 | ||||
-rw-r--r-- | nixos/kay/modules/wireguard.nix | 2 |
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" ]; } |