aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix/vest-pit-near.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/vest-pit-near.nix b/nix/vest-pit-near.nix
index 7d14559..6fa3428 100644
--- a/nix/vest-pit-near.nix
+++ b/nix/vest-pit-near.nix
@@ -30,6 +30,7 @@ in {
HOME = "/var/lib/private/vest-pit-near";
STATE_DIR = "/var/lib/private/vest-pit-near";
};
+ path = with pkgs; [ docker ];
serviceConfig = {
DynamicUser = "true";
SupplementaryGroups = [ "docker" ];