get going with sops agian, not that hard, just need to set up my keys properly...
This commit is contained in:
parent
69c6d85754
commit
3a6672cad9
4 changed files with 63 additions and 41 deletions
5
justfile
5
justfile
|
@ -18,4 +18,7 @@ install profile host:
|
|||
|
||||
[doc('builds the configuration for the host')]
|
||||
build host:
|
||||
nh os build . -H {{host}}
|
||||
nh os build . -H {{host}}
|
||||
|
||||
edit-secrets target:
|
||||
sops --config "{{justfile_directory()}}/.sops.yml" edit "{{justfile_directory()}}/{{ if target =~ ".+@.+" { "homes" } else { "systems" } }}/x86_64-linux/{{target}}/secrets.yaml"
|
Loading…
Add table
Add a link
Reference in a new issue