diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-11-13 17:31:53 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-11-13 18:08:54 +0530 |
commit | 8eb0bd9d2c2e39e5f07226d1a8e226514acd9c78 (patch) | |
tree | bb8f650236f457ec25c19d83fed8c7e24a57e248 /modules | |
parent | bc838a0c45ed6f6984c87eb6de9c075ad520f7d1 (diff) |
hosts/mox: init
Diffstat (limited to 'modules')
-rw-r--r-- | modules/userdata.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/userdata.nix b/modules/userdata.nix index ab14a01..d9b9bf2 100644 --- a/modules/userdata.nix +++ b/modules/userdata.nix @@ -31,6 +31,7 @@ in default = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDCeMXhkjm9CabbA/1xdtP9bvFEm8pVXPk66NmI9/VvQ sinan@vex" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL8LnyOuPmtKRqAZeHueNN4kfYvpRQVwCivSTq+SZvDU sinan@cez" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILvR5FliFLq1FJWotnBk9deWmbeGi2uq2XVmx0uAr1Lw sinan@mox" ]; }; }; |