From 51ceca9cb73600cbb85f402d44ead9ec6fbe1755 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Thu, 7 Sep 2023 21:05:38 +0200 Subject: More container stuff --- .../services/containers/pluralcontactbotpoc/root.nix | 19 +++++++++++++++++++ host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix | 2 -- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix b/host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix index 3e504a4..6ee6f26 100755 --- a/host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix +++ b/host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix @@ -8,5 +8,24 @@ ./services/pantalaimon.nix ]; + environment.systemPackages = with pkgs; [ + wget + neofetch + lnav + zsh + git + lsd + htop + btop + duf + kitty.terminfo + neovim + tmux + jq + yq + pv + dig + cloud-utils + ]; system.stateVersion = "22.11"; # DO NOT EDIT! } \ No newline at end of file diff --git a/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix b/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix index 127c462..05f1a0c 100755 --- a/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix +++ b/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix @@ -1,11 +1,9 @@ { enableACME = true; addSSL = true; - #quic = true; http3 = true; http3_hq = true; kTLS = true; - #reuseport = true; extraConfig = '' brotli off; ''; -- cgit 1.4.1