feat(wpcarro/diogenes): Delete diogenes

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>
This commit is contained in:
William Carroll 2023-01-02 17:41:45 -08:00 committed by wpcarro
parent 485c3cc912
commit 6078d6eade
7 changed files with 0 additions and 207 deletions

View file

@ -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";
}