disable earlyoom

This commit is contained in:
alex 2024-01-23 00:04:54 -05:00
parent f268bd7b83
commit 4b28d96832
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
currently this just contains a copy of the rpi nixos config, not tied to `../quick-switch.sh` which is for the system76 galago laptop.
eventually find a way to modularize and reuse config chunks across both systems!
other node hostname ideas:
- cepheus
- delphinus

View File

@ -39,7 +39,7 @@
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
services.earlyoom.enable = true;
# services.earlyoom.enable = true;
services.k3s.enable = true;
services.k3s.role = "server";