use home manager

This commit is contained in:
xinyangli 2023-04-16 10:30:45 +08:00
parent 29885591ce
commit c0e2e3b8b9
10 changed files with 215 additions and 36 deletions

14
.sops.yaml Normal file
View file

@ -0,0 +1,14 @@
keys:
- &xin age1n359y6qkgzypu0lkcy66pfpneskul35xyhrzz3qumjsmeyp2wsuqq0df49
- &host-laptop age179ldmg92wqsspgujc70hujfgttw0ljxkh7g86w8rqzywx0f7psysrk0cfn
creation_rules:
- path_regex: secrets/laptop/[^/]+\.yaml$
key_groups:
- age:
- *xin
- *host-laptop
- path_regex: secrets/common/[^/]+\.yaml$
kay_groups:
- age:
- *xin
- *host-laptop