diff options
| author | Vincent Bernat <vincent@bernat.ch> | 2021-01-23 02:38:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-22 20:38:00 -0500 |
| commit | 1d95a5c0732f65bb02514af33e67e68a9f4ab058 (patch) | |
| tree | 90cf560793eb75bb30a988275565a8610761fef0 | |
| parent | 49f4ba9847c4a276f23656f5fc2a47e4de183b20 (diff) | |
| download | xesite-1d95a5c0732f65bb02514af33e67e68a9f4ab058.tar.xz xesite-1d95a5c0732f65bb02514af33e67e68a9f4ab058.zip | |
Fix extra command in NixOS secret post (#304)
| -rw-r--r-- | blog/nixos-encrypted-secrets-2021-01-20.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/blog/nixos-encrypted-secrets-2021-01-20.markdown b/blog/nixos-encrypted-secrets-2021-01-20.markdown index bb1c863..d75209b 100644 --- a/blog/nixos-encrypted-secrets-2021-01-20.markdown +++ b/blog/nixos-encrypted-secrets-2021-01-20.markdown @@ -80,7 +80,6 @@ systemd.services.example = { This creates a user called `example` and gives it permission to read deployment keys. It also creates a systemd service called `example.service` and runs -[`id(1)`](https://linux.die.net/man/1/id) [`stat(1)`](https://linux.die.net/man/1/stat) to show the permissions of the service and the key file. It also runs as our `example` user. To avoid systemd thinking our service failed, we're also going to mark it as a |
