From f88071c20bc423b26ce39092f714c21475698ecd Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 30 Jun 2021 15:29:52 -0400
Subject: [PATCH] that command is not restricted, it is the opposite

---
 nixos/modules/deployment.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nixos/modules/deployment.nix b/nixos/modules/deployment.nix
index 4b03ff34..22f56c7b 100755
--- a/nixos/modules/deployment.nix
+++ b/nixos/modules/deployment.nix
@@ -47,7 +47,7 @@ in {
     # Configure the deployment user.
     users.users.deployment = {
       # Without some shell no login is possible at all, even to execute our
-      # restricted command.
+      # single non-restricted command.
       useDefaultShell = true;
 
       # Without a home directory, lots of tools break.
-- 
GitLab