mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
Merge pull request #25 from Mic92/test-foo
This commit is contained in:
commit
4728721e32
2 changed files with 4 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
steps:
|
||||
- name: "NixOS tests (unstable)"
|
||||
command: "nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixpkgs-unstable.tar.gz -A sops-install-secrets.tests"
|
||||
- name: "NixOS tests (20.03)"
|
||||
command: "nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixpkgs-unstable.tar.gz -A sops-install-secrets.tests"
|
|
@ -649,6 +649,10 @@ fingerprint: E4CA86768F176AEB6C01554153AF8D7F149613B1
|
|||
|
||||
In this case you need to make upload the gpg key directory `/tmp/newkey` to your server.
|
||||
|
||||
## Restart/Reload systemd services
|
||||
|
||||
TODO
|
||||
|
||||
## Migrate from pass/krops
|
||||
|
||||
If you have used [pass](https://www.passwordstore.org) before i.e. in [krops](https://github.com/krebs/krops) than you can use
|
||||
|
|
Loading…
Reference in a new issue