summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-10-31 19:20:14 +0530
committersinanmohd <sinan@sinanmohd.com>2023-10-31 19:20:14 +0530
commita170f55fbb82657870f730e23be2e74c79257e46 (patch)
tree4a9e3b38a29e3734d3b0feed38e8a28e70ec89e9 /modules
parent9bb42fe0c83b07782e4d9c560db2f473dc7d3217 (diff)
userdata: clean up
Diffstat (limited to 'modules')
-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"
];
};