hosts/artemis: add hardware config from Jovian-NixOS
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m24s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m24s
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user