diff options
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix | 19 | ||||
-rwxr-xr-x | 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; ''; |