mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 23:07:53 -05:00
Adding Some sops Stuff
This commit is contained in:
parent
ee0bc66f6c
commit
adf43c6bf5
2 changed files with 9 additions and 0 deletions
8
.sops.yaml
Normal file
8
.sops.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
keys:
|
||||||
|
- &primary age1e8wfn0vmwv506n060hzqkwhsekykynl9tpatnm2swhew30kmuyest0slhv
|
||||||
|
creation_rules:
|
||||||
|
- path_regex: secrets/secrets.yaml$
|
||||||
|
key_groups:
|
||||||
|
- age:
|
||||||
|
- *primary
|
||||||
|
|
@ -118,6 +118,7 @@
|
||||||
# logiops
|
# logiops
|
||||||
python3
|
python3
|
||||||
age # For encryption
|
age # For encryption
|
||||||
|
sops # For encryption too
|
||||||
];
|
];
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue