From 42463f12e05863c48478683865ae45e4e1bc4e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 25 Jul 2020 17:45:07 +0100 Subject: [PATCH 1/2] Readme.md: add TODO for systemd services --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9e59828..0bdd44a 100644 --- a/README.md +++ b/README.md @@ -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 From a6938476468a38c4dee7a36e637c6d46d117d49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 25 Jul 2020 17:52:35 +0100 Subject: [PATCH 2/2] buildkite: remove pipeline This would allow to extract secrets --- .buildkite/pipeline.yml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .buildkite/pipeline.yml diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml deleted file mode 100644 index 15fc1ad..0000000 --- a/.buildkite/pipeline.yml +++ /dev/null @@ -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"