···2233This repo is split into two parts.
44 - nixos -> This is my desktop called snowflake.
55- - server -> This is my server called snow-den.
55+ - server -> This is my vps called snow-den.
66+ - home-server -> This is my homelab called snowlab.
+14
server/.sops.yaml
···11+# This example uses YAML anchors which allows reuse of multiple keys
22+# without having to repeat yourself.
33+# Also see https://github.com/Mic92/dotfiles/blob/d6114726d859df36ccaa32891c4963ae5717ef7f/nixos/.sops.yaml
44+# for a more complex example.
55+keys:
66+ - &admin_snowyboo D40CE1579C09BFD7EF4AB7E631250420834310B5
77+ - &root_server age16e3uae0sktxmwzlmcdxwn07jpudtjl0s42hnwx2qsdh9h72gc5ssktkazg
88+creation_rules:
99+ - path_regex: secrets/[^/]+\.(yaml|json|env|ini)$
1010+ key_groups:
1111+ - pgp:
1212+ - *admin_snowyboo
1313+ age:
1414+ - *root_server