This commit is contained in:
2026-03-26 20:26:31 -05:00
parent 979344917e
commit 53489fe173
9 changed files with 108 additions and 18 deletions

View File

@@ -15,9 +15,9 @@ in
age.keyFile = "/home/${config.home.username}/.config/sops/age/keys.txt";
defaultSopsFile = "/etc/nixos/secrets/secrets.yaml";
validateSopsFiles = false;
# secrets = {
# "github-token" = { };
# };
secrets = {
"gmail-smtp-password" = { };
};
# templates = {
# ".env".content = ''
# GITHUB_TOKEN = "${config.sops.placeholder.github-token}"