mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
localModules -> local
moved keys to their own module updated nix switching pinning method
This commit is contained in:
parent
2057ff5d17
commit
160a5c3ffe
24 changed files with 187 additions and 109 deletions
|
|
@ -3,16 +3,16 @@ keys:
|
|||
- &moms-laptop age1vxx3qdsucv2v2slag67c4f0kwd8jtta4tue6m8d9xfl4ryrqvyusxgwl68
|
||||
- &game-laptop age1egxes320renph0uevtmnsz4d5aw0z794c5nwrk2z6249wv2yevgqx9cf90
|
||||
creation_rules:
|
||||
- path_regex: systems/gerg-desktop/secrets.yaml$
|
||||
- path_regex: hosts/gerg-desktop/secrets.yaml$
|
||||
key_groups:
|
||||
- age:
|
||||
- *gerg-desktop
|
||||
- path_regex: systems/moms-laptop/secrets.yaml$
|
||||
- path_regex: hosts/moms-laptop/secrets.yaml$
|
||||
key_groups:
|
||||
- age:
|
||||
- *moms-laptop
|
||||
- *gerg-desktop
|
||||
- path_regex: systems/game-laptop/secrets.yaml$
|
||||
- path_regex: hosts/game-laptop/secrets.yaml$
|
||||
key_groups:
|
||||
- age:
|
||||
- *game-laptop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue