better machine conf, rework key/machines management

This commit is contained in:
andromeda
2025-12-31 01:14:37 +01:00
parent 07655e5135
commit 42a93f042e
10 changed files with 152 additions and 173 deletions

18
machines.nix Normal file
View File

@@ -0,0 +1,18 @@
{
lenovo = {
hostname = "lenovo";
system = "x86_64-linux";
users = [
"andromeda"
"mtgmonkey"
];
};
_173-249-5-230 = {
hostname = "_173-249-5-230";
system = "x86_64-linux";
users = [
"mtgmonkey"
];
pub-keys.ssh = [];
};
}