From 81807ad8137f3277fd2d4882fd31e9f66e745f17 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 20 Jan 2021 23:34:44 +0100 Subject: [PATCH] Fix extra command in NixOS secret post --- blog/nixos-encrypted-secrets-2021-01-20.markdown | 1 - 1 file changed, 1 deletion(-) 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