hosts: set hardware info
This commit is contained in:
parent
ca153bb54d
commit
467bb80bbe
5 changed files with 25 additions and 0 deletions
|
@ -16,6 +16,11 @@ tools: rec {
|
|||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
cpu.cores = 8;
|
||||
memory.gb = 64;
|
||||
};
|
||||
|
||||
hyprspace = {
|
||||
enable = true;
|
||||
id = "QmYs4xNBby2fTs8RnzfXEk161KD4mftBfCiR8yXtgGPj4J";
|
||||
|
|
|
@ -17,6 +17,11 @@ tools: rec {
|
|||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
cpu.cores = 1;
|
||||
memory.gb = 1;
|
||||
};
|
||||
|
||||
hyprspace = {
|
||||
enable = true;
|
||||
id = "12D3KooWL84sAtq1QTYwb7gVbhSNX5ZUfVt4kgYKz8pdif1zpGUh";
|
||||
|
|
|
@ -16,6 +16,11 @@ tools: rec {
|
|||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
cpu.cores = 4;
|
||||
memory.gb = 8;
|
||||
};
|
||||
|
||||
hyprspace = {
|
||||
enable = true;
|
||||
id = "12D3KooWN31twBvdEcxz2jTv4tBfPe3mkNueBwDJFCN4xn7ZwFbi";
|
||||
|
|
|
@ -17,6 +17,11 @@ tools: rec {
|
|||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
cpu.cores = 4;
|
||||
memory.gb = 24;
|
||||
};
|
||||
|
||||
hyprspace = {
|
||||
enable = true;
|
||||
id = "QmbrAHuh4RYcyN9fWePCZMVmQjbaNXtyvrDCWz4VrchbXh";
|
||||
|
|
|
@ -17,6 +17,11 @@ tools: rec {
|
|||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
cpu.cores = 1;
|
||||
memory.gb = 1;
|
||||
};
|
||||
|
||||
hyprspace = {
|
||||
enable = true;
|
||||
id = "12D3KooWB9AUPorFoACkWbphyargRBV9osJsYuQDumtQ85j7Aqmg";
|
||||
|
|
Loading…
Reference in a new issue