Compare commits
2 Commits
final-befo
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d839afb70b | ||
|
|
96a0162b4e |
15
README.md
Normal file
15
README.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# server-config (archived)
|
||||||
|
|
||||||
|
This repository has been unified with its sibling `dotfiles` into
|
||||||
|
[**titaniumtown/nixos**](https://git.sigkill.computer/titaniumtown/nixos).
|
||||||
|
|
||||||
|
The final pre-unification commit is tagged `final-before-unify`.
|
||||||
|
|
||||||
|
See the new repo's `README.md` and `AGENTS.md` for:
|
||||||
|
|
||||||
|
- current flake layout (hosts: mreow, yarn, muffin)
|
||||||
|
- deploy workflow
|
||||||
|
- git-crypt / agenix setup
|
||||||
|
|
||||||
|
Do **not** push new commits here — CI has been disabled, and muffin's harmonia
|
||||||
|
binary-cache no longer serves paths from `/var/lib/dotfiles-deploy/`.
|
||||||
@@ -168,6 +168,15 @@
|
|||||||
group = "gitea-runner";
|
group = "gitea-runner";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Git-crypt symmetric key for the new unified nixos repo (Phase 5 of the unify migration).
|
||||||
|
# Added additively here so muffin can decrypt nixos's secrets once Phase 6 cuts CI over.
|
||||||
|
git-crypt-key-nixos = {
|
||||||
|
file = ../secrets/git-crypt-key-nixos.age;
|
||||||
|
mode = "0400";
|
||||||
|
owner = "gitea-runner";
|
||||||
|
group = "gitea-runner";
|
||||||
|
};
|
||||||
|
|
||||||
# Gitea Actions runner registration token
|
# Gitea Actions runner registration token
|
||||||
gitea-runner-token = {
|
gitea-runner-token = {
|
||||||
file = ../secrets/gitea-runner-token.age;
|
file = ../secrets/gitea-runner-token.age;
|
||||||
|
|||||||
BIN
secrets/git-crypt-key-nixos.age
Normal file
BIN
secrets/git-crypt-key-nixos.age
Normal file
Binary file not shown.
Reference in New Issue
Block a user