summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/userdata.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/userdata.nix b/modules/userdata.nix
index 67a5d2a..ab14a01 100644
--- a/modules/userdata.nix
+++ b/modules/userdata.nix
@@ -29,7 +29,7 @@ in
type = types.listOf types.str;
description = mdDoc "Owner's public ssh keys";
default = [
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDCeMXhkjm9CabbA/1xdtP9bvFEm8pVXPk66NmI9/VvQ sinan@veu"
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDCeMXhkjm9CabbA/1xdtP9bvFEm8pVXPk66NmI9/VvQ sinan@vex"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL8LnyOuPmtKRqAZeHueNN4kfYvpRQVwCivSTq+SZvDU sinan@cez"
];
};