diff options
author | Akshay <[email protected]> | 2024-09-02 22:48:01 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2024-09-02 22:48:01 +0100 |
commit | e7507a3e252308327521ac16a1f10af4aa83f081 (patch) | |
tree | c193d048dbbf7e3ddbc46c4b18ef3255fd2a1dc5 | |
parent | 9547d3d6019fa14f8330bf89a705025c18525c30 (diff) |
try fix flake #1
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |