host: 抽出我的用户配置

This commit is contained in:
2026-05-17 10:04:41 +08:00
parent 75bea9d610
commit 5072597827
3 changed files with 18 additions and 22 deletions
+13
View File
@@ -0,0 +1,13 @@
{
...
}:
{
users.users.origami = {
isNormalUser = true;
description = "Origami404";
group = "origami";
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJyrUiSdpTC+vP+pNDChehLG+ChYL2By2LtjmVJiHmaf origami@eris"
];
};
}