better machine conf, rework key/machines management
This commit is contained in:
18
machines.nix
Normal file
18
machines.nix
Normal 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 = [];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user