Fix extra command in NixOS secret post (#304)

This commit is contained in:
Vincent Bernat 2021-01-23 02:38:00 +01:00 committed by GitHub
parent 49f4ba9847
commit 1d95a5c073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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