summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-07 21:05:38 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-07 21:05:38 +0200
commit51ceca9cb73600cbb85f402d44ead9ec6fbe1755 (patch)
tree0bfaa25017031820d597effc40575f3f8cc47ad8
parentFixes! (diff)
downloadRory-Open-Architecture-51ceca9cb73600cbb85f402d44ead9ec6fbe1755.tar.xz
More container stuff
-rwxr-xr-xhost/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix19
-rwxr-xr-xhost/Rory-nginx/services/nginx/rory.gay/pcpoc.nix2
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;
     '';