Merge pull request 'Update readme + fix borgbackup telegraf logging' (#22) from cpu-fix into main
All checks were successful
build / test (push) Successful in 12s

Reviewed-on: #22
This commit is contained in:
Mic92 2023-07-20 08:29:54 +00:00
commit 2f01ae0559
2 changed files with 5 additions and 6 deletions

View File

@ -5,11 +5,10 @@ The website and git hosting is currently on [hetzner](https://www.hetzner.com/).
## Servers
- web01:
- soon to be replaced by baremetal hardware
- Instance type: CPX42
- CPU: 8 vCPUs on AMD
- RAM: 16GB
- Drives: 80GB SSD
- Instance type: [ex101](https://www.hetzner.com/de/dedicated-rootserver/ex101)
- CPU: Intel Core i9-13900 (24 cores / 32 threads)
- RAM: 64GB DDR5
- Drives: 2 x 1.92 TB NVME
## To deploy new ssh keys on hcloud:

View File

@ -6,7 +6,7 @@
# $ ssh-keygen -t ed25519 -N "" -f /tmp/ssh_host_ed25519_key
sops.secrets.hetzner-borgbackup-passphrase = { };
systemd.services.borgbackup-job-nixpkgs-update.serviceConfig.ReadWritePaths = [
systemd.services.borgbackup-job-clan-lol.serviceConfig.ReadWritePaths = [
"/var/log/telegraf"
];