remove .sops.yaml from github
This commit is contained in:
parent
159e4aad23
commit
3c72f875ed
11
.sops.yaml
11
.sops.yaml
@ -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
1
.sops.yaml
Symbolic link
@ -0,0 +1 @@
|
||||
/nix/store/5a86f59f5kryqma59kkvvzgal5ahdjqp-home-manager-files/.config/nixos/.sops.yaml
|
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user