home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 28a06e6dcfdc2359f13619cf5db9ea72bdb8459c
parent d872f6a895618e42399ac7a2531a2edbb39825be
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 26 Sep 2022 11:21:41 +0200

systems/kerkouane: fix govanityurls…

… and add lord

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/kerkouane.nix | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/systems/hosts/kerkouane.nix b/systems/hosts/kerkouane.nix @@ -167,6 +167,8 @@ in host = "go.sbr.pm"; config = '' paths: + /lord: + repo: https://git.sr.ht/~vdemeester/lord /ape: repo: https://git.sr.ht/~vdemeester/ape /nr: @@ -175,7 +177,7 @@ in repo: https://git.sr.ht/~vdemeester/ram /sec: repo: https://git.sr.ht/~vdemeester/sec - /foo + /foo repo: https://git.sr.ht/~vdemeester/foo ''; };