-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .sops.yaml and Makefile, remove unnecessary code in default.nix
- Loading branch information
1 parent
27691a7
commit d037fca
Showing
3 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,27 @@ | ||
# .sops.yaml | ||
|
||
keys: | ||
- &administrator age1jny3l6sy32vss49rj32qvszpctmjtgl9hdksqvh826ekx6c2e5aqns6dcm | ||
- &administrator 93559682B3387BC2367FCB71436A329380CD5059 | ||
- &frametop age1jny3l6sy32vss49rj32qvszpctmjtgl9hdksqvh826ekx6c2e5aqns6dcm | ||
- &woody age1jny3l6sy32vss49rj32qvszpctmjtgl9hdksqvh826ekx6c2e5aqns6dcm | ||
creation_rules: | ||
- path_regex: hosts/common/[^/]+\.yaml$ | ||
key_groups: | ||
- age: | ||
- pgp: | ||
- *administrator | ||
- *frametop | ||
- *woody | ||
- path_regex: hosts/common/users/[^/]+\.yaml$ | ||
key_groups: | ||
- age: | ||
- *administrator | ||
- *frametop | ||
- *woody | ||
- path_regex: hosts/frametop/[^/]+\.yaml$ | ||
key_groups: | ||
- age: | ||
- pgp: | ||
- *administrator | ||
- age: | ||
- *frametop | ||
- path_regex: hosts/woody/[^/]+\.yaml$ | ||
key_groups: | ||
- age: | ||
- pgp: | ||
- *administrator | ||
- age: | ||
- *woody | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters