aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0f3be4f..4158710 100644
--- a/flake.nix
+++ b/flake.nix
@@ -132,11 +132,11 @@
132 wantedBy = ["multi-user.target"]; 132 wantedBy = ["multi-user.target"];
133 133
134 serviceConfig = { 134 serviceConfig = {
135 ListenStream = "0.0.0.0:${toString config.services.readit.port}";
135 ExecStart = "${pkgs.readit}/bin/readit"; 136 ExecStart = "${pkgs.readit}/bin/readit";
136 Restart = "always"; 137 Restart = "always";
137 }; 138 };
138 139
139 listenStream = ["0.0.0.0:${toString config.services.readit.port}"];
140 140
141 # If the binary needs specific environment variables, set them here 141 # If the binary needs specific environment variables, set them here
142 environment = { 142 environment = {