about summary refs log tree commit diff
path: root/users/wpcarro/tools/wpcarro-deps.nix
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2023-01-03T01·41-0800
committerwpcarro <wpcarro@gmail.com>2023-01-18T03·11+0000
commit6078d6eade84c7504bdeda3f8fcd7ca001e401a7 (patch)
tree3f119e14e2c9248bfc61e3baf6320ea10bc7d2d5 /users/wpcarro/tools/wpcarro-deps.nix
parent485c3cc912a5713a22cd655c0e35d77d686e3ccc (diff)
feat(wpcarro/diogenes): Delete diogenes r/5685
Trying to prune my monthly GCP bill, which is ~$60. Will run my website as a
stateless Google Cloud Run service and see if that'll help.

I still need to figure out what to do with my Quassel instance...

Change-Id: I934b55029f14132af74cabde5e0ddb9e2d3bb933
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7734
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Diffstat (limited to '')
-rw-r--r--users/wpcarro/tools/wpcarro-deps.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/users/wpcarro/tools/wpcarro-deps.nix b/users/wpcarro/tools/wpcarro-deps.nix
index a359dfb746..5eafd0bfda 100644
--- a/users/wpcarro/tools/wpcarro-deps.nix
+++ b/users/wpcarro/tools/wpcarro-deps.nix
@@ -3,8 +3,6 @@
 { pkgs, depot, ... }:
 
 depot.nix.lazy-deps {
-  deploy-diogenes.attr = "users.wpcarro.nixos.deploy-diogenes";
-  rebuild-diogenes.attr = "users.wpcarro.nixos.rebuild-diogenes";
   import-gpg.attr = "users.wpcarro.configs.import-gpg";
   export-gpg.attr = "users.wpcarro.configs.export-gpg";
 }