commit ed3e7e62d2968b94c93c30b341911fb1111705aa
parent 154b22ebb7c375fb9810f99df038aabbe963a9e5
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 22 May 2020 18:01:34 +0200
builds: remove gitlab source…
… and add secrets source.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/.builds/fedora.yml b/.builds/fedora.yml
@@ -1,6 +1,8 @@
image: fedora/latest
+secrets:
+ - 67527e1f-d69c-4f8e-a26d-21685f4ed380
sources:
- - https://gitlab.com/vdemeester/home.git
+ - git@git.sr.ht:~vdemeester/secrets
tasks:
- hello: |
echo "do something with fedora at some point"
diff --git a/.builds/nixos.yml b/.builds/nixos.yml
@@ -1,8 +1,9 @@
image: nixos/20.03
-sources:
- - https://gitlab.com/vdemeester/home.git
secrets:
+ - 67527e1f-d69c-4f8e-a26d-21685f4ed380
- 0818d60d-b587-4d4e-81d8-dc15072ccb97
+sources:
+ - git@git.sr.ht:~vdemeester/secrets
tasks:
- pkgs: |
set -euo pipefail
diff --git a/README.md b/README.md
@@ -91,7 +91,7 @@ soon-ish 👼):
Most of the `make` commands will try to populate this ahead of time. The assumption is :
have a `sync` folder where the assets are. *Note: how to bootstrap (as syncthing will
not be there, and the `sync` folder either)*
-- `docs`: holds documentation about this code, literate configuration, see [literate configuration](#org6f7fd26).
+- `docs`: holds documentation about this code, literate configuration, see [literate configuration](#org3f3a0bc).
`make publish` will publish the `README.org` and the `docs` folder to my website.
- `lib`: shared code used during configuration (mostly `nix` code).
- `machines`: configuration per machines
@@ -101,7 +101,7 @@ soon-ish 👼):
- `private`: holds non-shareable code, like *secrets*.
- `tmp`: things to… organize (e.g. where I import my other *legacy* configuration)
-<a id="org6f7fd26"></a>As I'm slowly, but <span class="underline">surely</span>, going to have `org-mode` files for
+<a id="org3f3a0bc"></a>As I'm slowly, but <span class="underline">surely</span>, going to have `org-mode` files for
literate configuration files in this repository, I have to think of how to organize files
in order to end up with one huge file. The goal of having those `org-mode` files, is
mainly to document my configuration and publish it, most likely on [sbr.pm](https://sbr.pm).