disable earlyoom
This commit is contained in:
parent
f268bd7b83
commit
4b28d96832
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue