diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-10-31 19:20:14 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-10-31 19:20:14 +0530 |
commit | a170f55fbb82657870f730e23be2e74c79257e46 (patch) | |
tree | 4a9e3b38a29e3734d3b0feed38e8a28e70ec89e9 | |
parent | 9bb42fe0c83b07782e4d9c560db2f473dc7d3217 (diff) |
userdata: clean up
-rw-r--r-- | modules/userdata.nix | 2 |
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" ]; }; |