hosts/artemis: add hardware config from Jovian-NixOS
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m24s

This commit is contained in:
2025-07-26 16:29:26 +01:00
parent ec7985bdee
commit 29a269dcfb
2 changed files with 78 additions and 11 deletions

View File

@@ -6,7 +6,9 @@
}:
let
inherit (lib) mkForce;
inherit (lib)
mkForce
;
in
{
imports = [
@@ -45,6 +47,16 @@ in
};
};
services.earlyoom = {
enable = true;
extraArgs = [
"-M"
"409600,307200"
"-S"
"409600,307200"
];
};
services.sunshine = {
enable = false;
package = pkgs.unstable.sunshine;