summaryrefslogtreecommitdiff
path: root/ilex/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ilex/configuration.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/ilex/configuration.nix b/ilex/configuration.nix
index 6d5b545..e309c41 100644
--- a/ilex/configuration.nix
+++ b/ilex/configuration.nix
@@ -79,16 +79,16 @@
# port = 6379;
# };
- services.crs-tracker = {
- enable = true;
- nginxVirtualHostConfig = {
- listen = [{
- addr = "127.0.0.1";
- port = 8080;
- ssl = false;
- }];
- };
- };
+ # services.crs-tracker = {
+ # enable = true;
+ # nginxVirtualHostConfig = {
+ # listen = [{
+ # addr = "127.0.0.1";
+ # port = 8080;
+ # ssl = false;
+ # }];
+ # };
+ # };
services.tlp = {