aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-09-02 22:48:01 +0100
committerAkshay <[email protected]>2024-09-02 22:48:01 +0100
commite7507a3e252308327521ac16a1f10af4aa83f081 (patch)
treec193d048dbbf7e3ddbc46c4b18ef3255fd2a1dc5
parent9547d3d6019fa14f8330bf89a705025c18525c30 (diff)
try fix flake #1
-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 = {