diff --git a/ursa-minor/README.md b/ursa-minor/README.md index 7665608..f968d2d 100644 --- a/ursa-minor/README.md +++ b/ursa-minor/README.md @@ -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 diff --git a/ursa-minor/configuration.nix b/ursa-minor/configuration.nix index 2a0f048..982b5f7 100644 --- a/ursa-minor/configuration.nix +++ b/ursa-minor/configuration.nix @@ -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";