From 5f7e8108c26e2d850df0a32f4deb7cf92c4ec1a1 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 18 Nov 2023 23:17:05 +0100 Subject: [PATCH 1/2] docs: update devshell docs with new link --- docs/development-shell.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/development-shell.md b/docs/development-shell.md index 5628d57..2b7d6c6 100644 --- a/docs/development-shell.md +++ b/docs/development-shell.md @@ -3,9 +3,16 @@ Clone this repository: ``` -git clone https://git.pub.solar/pub-solar/infra-new.git +git clone https://git.pub.solar/pub-solar/infra.git +cd infra ``` then, install [the package manager nix](https://nixos.org/download). -Finally, run `nix develop` in this repo. This will install a development shell that has all required tooling available. +Finally, run: + +``` +nix develop +``` + +This will install a development shell (devshell) with all required tools. From 353d24e643f727b7d2b1b568cec7c0d243d3e733 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 18 Nov 2023 23:17:28 +0100 Subject: [PATCH 2/2] docs: fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0bc709..189bf3b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The pub.solar infrastructure -This repository contains all almost all of the configuration for the whole pub.solar infrastructure. Our goal is to have everything, from host configurations to Terraform DNS in this repository. +This repository contains almost all of the configuration for the whole pub.solar infrastructure. Our goal is to have everything, from host configurations to Terraform DNS in this repository. The architecture we are working towards is a vast simplification of what it was before: one dedicated Hetzner server running [NixOS](https://nixos.org/) with all services. Offsite backups go to several different locations with [restic](https://github.com/restic/restic).