diff options
author | EuAndreh <eu@euandre.org> | 2022-03-07 19:12:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-03-07 19:12:06 -0300 |
commit | 5bf9572734025ddbe680c0c4978f72df5718ae4b (patch) | |
tree | 032d09b77a32538740bdf56e028c3e24fa7c35af /opt/bin | |
parent | TODOs.md: Add #td-dae28289-0b87-f931-8911-97cd810c9507 (diff) | |
download | server-5bf9572734025ddbe680c0c4978f72df5718ae4b.tar.gz server-5bf9572734025ddbe680c0c4978f72df5718ae4b.tar.xz |
Delete all old code and configuration to start from scratch with Guix only
Delete files related to:
- Terraform
- opt/*
- scripts/deploy
- secrets/*
- git-crypt
- Nix
Diffstat (limited to 'opt/bin')
-rwxr-xr-x | opt/bin/backup.sh | 6 | ||||
-rwxr-xr-x | opt/bin/gc.sh | 7 |
2 files changed, 0 insertions, 13 deletions
diff --git a/opt/bin/backup.sh b/opt/bin/backup.sh deleted file mode 100755 index 3815158..0000000 --- a/opt/bin/backup.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -set -eu - -borg create -svpC lzma "16686@ch-s010.rsync.net:borg/$(hostname)::{hostname}-{now}-job" \ - /srv/ \ - /etc/letsencrypt/ diff --git a/opt/bin/gc.sh b/opt/bin/gc.sh deleted file mode 100755 index 86f5895..0000000 --- a/opt/bin/gc.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -eux - -nix-store --gc -nix-collect-garbage -d -guix gc -d -rm -rf /tmp/ |