chore: improve formatting

This commit is contained in:
Leon Schwarzäugl 2025-11-26 08:32:40 +01:00
parent e7891f6727
commit 0c3aee7997
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
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}
'';
};
};