diff --git a/README.md b/README.md index 82c340d..940fa6f 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/modules/web01/borgbackup.nix b/modules/web01/borgbackup.nix index d298076..1fdf820 100644 --- a/modules/web01/borgbackup.nix +++ b/modules/web01/borgbackup.nix @@ -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" ];