summary refs log tree commit diff
path: root/host/Rory-nginx/services/containers/conduwuit-throwaway/root.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-nginx/services/containers/conduwuit-throwaway/root.nix')
-rwxr-xr-xhost/Rory-nginx/services/containers/conduwuit-throwaway/root.nix30
1 files changed, 0 insertions, 30 deletions
diff --git a/host/Rory-nginx/services/containers/conduwuit-throwaway/root.nix b/host/Rory-nginx/services/containers/conduwuit-throwaway/root.nix
deleted file mode 100755
index c248559..0000000
--- a/host/Rory-nginx/services/containers/conduwuit-throwaway/root.nix
+++ /dev/null
@@ -1,30 +0,0 @@
-{ config, pkgs, lib, conduit, ... }:
-
-{
-  imports =
-    [
-      ./services/nginx.nix
-      ./services/conduit.nix
-      ./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
-  ];
-}
\ No newline at end of file