diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-05-12 11:21:24 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-05-12 11:21:24 -0700 |
| commit | d40e3bd71a267bc39abe4b2677d2444be2c39863 (patch) | |
| tree | cb538dd43f4c152c9cc1d6e6ada87890446be007 /ops/default.nix | |
| parent | profiles/syncthing: move the old module (diff) | |
| download | infra-d40e3bd71a267bc39abe4b2677d2444be2c39863.tar.gz | |
ops: remove everything under ops
I don't use terraform anymore and GCP services, so I can get rid of
everything there.
Diffstat (limited to 'ops/default.nix')
| -rw-r--r-- | ops/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ops/default.nix b/ops/default.nix deleted file mode 100644 index f06e40e..0000000 --- a/ops/default.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ pkgs }: - -pkgs.lib.makeScope pkgs.newScope (pkgs: { - gcp-backups = pkgs.callPackage ./gcp-backups { }; -}) |
