Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .sops.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# sops config — maps files → recipients (age keys) for
# encryption/decryption of hosts/*/secrets/*.yaml.
#
# Adding more NixOS hosts later: add another `&<host>` entry keyed to that
# host's SSH host key and another creation_rule scoped to its secrets dir.

keys:
- &brutcha_recovery age1uvs9kqpzmdty57x5a4m5c2x08nhpfxwhxpy5dp4f5dckykncs49qm538tl
- &astoria age1jzg3lvcacyrkhdqeu87fplqrsx6glrgfhjy9xtvapca8k22a5g9s6r22pl

creation_rules:
- path_regex: hosts/astoria/secrets/.*\.yaml$
age:
- *brutcha_recovery
- *astoria
2 changes: 1 addition & 1 deletion config/nvim/lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ return {
"nvim-treesitter/nvim-treesitter",
priority = 52,
build = function()
require("nvim-treesitter.install").update({ with_sync = true })()
require("nvim-treesitter.install").update({ with_sync = true })
end,
},
{
Expand Down
Loading