From 467bb80bbe8b86a3fdf3491d7b3d96995760d0ac Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 1 Aug 2024 20:47:57 +0200 Subject: [PATCH] hosts: set hardware info --- hosts/VEGAS/default.nix | 5 +++++ hosts/checkmate/default.nix | 5 +++++ hosts/grail/default.nix | 5 +++++ hosts/prophet/default.nix | 5 +++++ hosts/thunderskin/default.nix | 5 +++++ 5 files changed, 25 insertions(+) diff --git a/hosts/VEGAS/default.nix b/hosts/VEGAS/default.nix index 6fbf4c2..39795bc 100644 --- a/hosts/VEGAS/default.nix +++ b/hosts/VEGAS/default.nix @@ -16,6 +16,11 @@ tools: rec { }; }; + hardware = { + cpu.cores = 8; + memory.gb = 64; + }; + hyprspace = { enable = true; id = "QmYs4xNBby2fTs8RnzfXEk161KD4mftBfCiR8yXtgGPj4J"; diff --git a/hosts/checkmate/default.nix b/hosts/checkmate/default.nix index 780918b..27fe5e8 100644 --- a/hosts/checkmate/default.nix +++ b/hosts/checkmate/default.nix @@ -17,6 +17,11 @@ tools: rec { }; }; + hardware = { + cpu.cores = 1; + memory.gb = 1; + }; + hyprspace = { enable = true; id = "12D3KooWL84sAtq1QTYwb7gVbhSNX5ZUfVt4kgYKz8pdif1zpGUh"; diff --git a/hosts/grail/default.nix b/hosts/grail/default.nix index 58a18e3..93c59d4 100644 --- a/hosts/grail/default.nix +++ b/hosts/grail/default.nix @@ -16,6 +16,11 @@ tools: rec { }; }; + hardware = { + cpu.cores = 4; + memory.gb = 8; + }; + hyprspace = { enable = true; id = "12D3KooWN31twBvdEcxz2jTv4tBfPe3mkNueBwDJFCN4xn7ZwFbi"; diff --git a/hosts/prophet/default.nix b/hosts/prophet/default.nix index 43982bb..5d9db31 100644 --- a/hosts/prophet/default.nix +++ b/hosts/prophet/default.nix @@ -17,6 +17,11 @@ tools: rec { }; }; + hardware = { + cpu.cores = 4; + memory.gb = 24; + }; + hyprspace = { enable = true; id = "QmbrAHuh4RYcyN9fWePCZMVmQjbaNXtyvrDCWz4VrchbXh"; diff --git a/hosts/thunderskin/default.nix b/hosts/thunderskin/default.nix index c675bb2..11c8607 100644 --- a/hosts/thunderskin/default.nix +++ b/hosts/thunderskin/default.nix @@ -17,6 +17,11 @@ tools: rec { }; }; + hardware = { + cpu.cores = 1; + memory.gb = 1; + }; + hyprspace = { enable = true; id = "12D3KooWB9AUPorFoACkWbphyargRBV9osJsYuQDumtQ85j7Aqmg";