summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-28 09:56:06 +0100
committerRory& <root@rory.gay>2025-12-28 09:56:06 +0100
commitdb51ce0e18fe73c064f54a11d2a36db3fe4bf008 (patch)
tree44f357af8111246afb5e464876d49ab4a4ed7655 /host
parentnginx: handle old.server.spacebar.chat for now (diff)
downloadRory-Open-Architecture-db51ce0e18fe73c064f54a11d2a36db3fe4bf008.tar.xz
Disable oomd in containers
Diffstat (limited to 'host')
-rw-r--r--host/Rory-ovh/services/containers/shared.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-ovh/services/containers/shared.nix b/host/Rory-ovh/services/containers/shared.nix

index 7bad188..2fc613b 100644 --- a/host/Rory-ovh/services/containers/shared.nix +++ b/host/Rory-ovh/services/containers/shared.nix
@@ -1,10 +1,8 @@ { pkgs, lib, config, ... }: { environment.systemPackages = with pkgs; [ - neofetch lnav zsh - git lsd htop btop @@ -40,4 +38,6 @@ dnssec = lib.mkForce "false"; dnsovertls = lib.mkForce "false"; }; + + systemd.oomd.enable = false; # Kinda useless in a container, lol }