summaryrefslogtreecommitdiff
path: root/static/default.nix
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2021-11-08 17:00:39 -0700
committerBrian Picciano <mediocregopher@gmail.com>2021-11-08 17:00:39 -0700
commit0055a0f4fc26da86bf24951d08d8b9a5dd94335a (patch)
treeec3f1ffc8f496ec7650f36a7a31a27adde779c5d /static/default.nix
parentf8f9fc8b1e132a41eea536541a2f34f50d48a6af (diff)
managing home server with nix
Diffstat (limited to 'static/default.nix')
-rw-r--r--static/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/default.nix b/static/default.nix
index 04bd077..f7c98f0 100644
--- a/static/default.nix
+++ b/static/default.nix
@@ -26,7 +26,7 @@
-s ./src \
-d ./_site \
-w -I -D \
- -P 4001
+ -P 4002
'';
allInputs = depInputs ++ [ jekyllEnv serve ];