chore: improve formatting

This commit is contained in:
Leon Schwarzäugl 2025-11-26 08:32:40 +01:00 committed by Leon Schwarzäugl
parent 29533d6be6
commit 15e2355406
6 changed files with 466 additions and 39 deletions

View file

@ -109,12 +109,14 @@ in
secrets = {
fever-pw = { path = "${homeDir}/.emacs.d/.fever"; };
emacs-radicale-pw = { };
github-forge-token = { };
};
templates = {
authinfo = {
path = "${homeDir}/.emacs.d/.authinfo";
content = ''
machine ${globals.services.radicale.domain} login ${radicaleUser} password ${config.sops.placeholder.emacs-radicale-pw}
machine api.github.com login ${mainUser}^forge password ${config.sops.placeholder.github-forge-token}
'';
};
};