hosts: set hardware info

This commit is contained in:
Max Headroom 2024-08-01 20:47:57 +02:00
parent ca153bb54d
commit 467bb80bbe
5 changed files with 25 additions and 0 deletions

View file

@ -16,6 +16,11 @@ tools: rec {
};
};
hardware = {
cpu.cores = 8;
memory.gb = 64;
};
hyprspace = {
enable = true;
id = "QmYs4xNBby2fTs8RnzfXEk161KD4mftBfCiR8yXtgGPj4J";

View file

@ -17,6 +17,11 @@ tools: rec {
};
};
hardware = {
cpu.cores = 1;
memory.gb = 1;
};
hyprspace = {
enable = true;
id = "12D3KooWL84sAtq1QTYwb7gVbhSNX5ZUfVt4kgYKz8pdif1zpGUh";

View file

@ -16,6 +16,11 @@ tools: rec {
};
};
hardware = {
cpu.cores = 4;
memory.gb = 8;
};
hyprspace = {
enable = true;
id = "12D3KooWN31twBvdEcxz2jTv4tBfPe3mkNueBwDJFCN4xn7ZwFbi";

View file

@ -17,6 +17,11 @@ tools: rec {
};
};
hardware = {
cpu.cores = 4;
memory.gb = 24;
};
hyprspace = {
enable = true;
id = "QmbrAHuh4RYcyN9fWePCZMVmQjbaNXtyvrDCWz4VrchbXh";

View file

@ -17,6 +17,11 @@ tools: rec {
};
};
hardware = {
cpu.cores = 1;
memory.gb = 1;
};
hyprspace = {
enable = true;
id = "12D3KooWB9AUPorFoACkWbphyargRBV9osJsYuQDumtQ85j7Aqmg";