From c7f7a46c2dad1e92163e63a0b23aa4ef2292bb3d Mon Sep 17 00:00:00 2001 From: chn Date: Wed, 21 Aug 2024 19:09:24 +0800 Subject: [PATCH] users.zqq: add ssh key --- devices/vps6/default.nix | 1 + modules/user/zqq/id_ed25519.pub | 1 + 2 files changed, 2 insertions(+) create mode 100644 modules/user/zqq/id_ed25519.pub diff --git a/devices/vps6/default.nix b/devices/vps6/default.nix index dbe43102..a4b83d3e 100644 --- a/devices/vps6/default.nix +++ b/devices/vps6/default.nix @@ -80,6 +80,7 @@ inputs: }; beesd.instances.root = { device = "/"; hashTableSizeMB = 64; }; }; + user.users = [ "chn" "zqq" ]; }; specialisation.generic.configuration = { diff --git a/modules/user/zqq/id_ed25519.pub b/modules/user/zqq/id_ed25519.pub new file mode 100644 index 00000000..ab2ee615 --- /dev/null +++ b/modules/user/zqq/id_ed25519.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPM+Hi3Jo/xb7vDm5L75jybjjrE6z7quveuKd0mTeXDP zqq@xmupc1 \ No newline at end of file