diff options
author | Rory& <root@rory.gay> | 2024-07-03 21:44:54 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:45:02 +0200 |
commit | a1152f6ea2b316960aa6a7dc471ba3a034bb417b (patch) | |
tree | 7fe83c20d52d08ed558962c5d0b3b0ddbd282a1c /host/Rory-nginx/services/containers/conduwuit-throwaway/root.nix | |
parent | Server cleanup (diff) | |
download | Rory-Open-Architecture-a1152f6ea2b316960aa6a7dc471ba3a034bb417b.tar.xz |
Server nginx cleanup
Diffstat (limited to 'host/Rory-nginx/services/containers/conduwuit-throwaway/root.nix')
-rwxr-xr-x | host/Rory-nginx/services/containers/conduwuit-throwaway/root.nix | 30 |
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 |