aboutsummaryrefslogtreecommitdiff
path: root/example/example-service.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'example/example-service.hcl')
-rw-r--r--example/example-service.hcl22
1 files changed, 11 insertions, 11 deletions
diff --git a/example/example-service.hcl b/example/example-service.hcl
index 03ba0d3..2f65435 100644
--- a/example/example-service.hcl
+++ b/example/example-service.hcl
@@ -13,17 +13,17 @@ job "nix2-example-service" {
config {
packages = [
- "python3",
- "bash",
- "coreutils",
- "curl",
- "nix",
- "git",
- "cacert",
- "strace",
- "gnugrep",
- "findutils",
- "mount",
+ "#python3",
+ "#bash",
+ "#coreutils",
+ "#curl",
+ "#nix",
+ "#git",
+ "#cacert",
+ "#strace",
+ "#gnugrep",
+ "#findutils",
+ "#mount",
]
command = "python3"
args = [ "-m", "http.server", "8080" ]