remove .sops.yaml from github

This commit is contained in:
Hadi 2024-10-15 17:36:37 +02:00
parent 159e4aad23
commit 3c72f875ed
2 changed files with 15 additions and 11 deletions

View File

@ -1,11 +0,0 @@
keys:
- &primary age12yvtj49pfh3fqzqflscm0ek4yzrjhr6cqhn7x89gdxnlykq0xudq5c7334
creation_rules:
- path_regex: hosts/laptop/secrets/secrets.yaml$
key_groups:
- age:
- *primary
- path_regex: hosts/server/secrets/secrets.yaml$
key_groups:
- age:
- *primary

1
.sops.yaml Symbolic link
View File

@ -0,0 +1 @@
/nix/store/5a86f59f5kryqma59kkvvzgal5ahdjqp-home-manager-files/.config/nixos/.sops.yaml

View File

@ -15,6 +15,20 @@
};
};
home.file.".config/nixos/.sops.yaml".text = ''
keys:
- &primary age12yvtj49pfh3fqzqflscm0ek4yzrjhr6cqhn7x89gdxnlykq0xudq5c7334
creation_rules:
- path_regex: hosts/laptop/secrets/secrets.yaml$
key_groups:
- age:
- *primary
- path_regex: hosts/server/secrets/secrets.yaml$
key_groups:
- age:
- *primary
'';
systemd.user.services.mbsync.Unit.After = [ "sops-nix.service" ];
home.packages = with pkgs; [ sops age ];