diff options
author | stuebinm | 2023-10-30 13:19:12 +0100 |
---|---|---|
committer | stuebinm | 2023-10-30 13:19:12 +0100 |
commit | f12d6216790ef4a37036ee10e3f05e768bd6179f (patch) | |
tree | ecfc013af481995e4cb6795f7f82aa5527f30894 /ilex | |
parent | 838e0e09215cda9f855ee1a2b55001c8feb6ee55 (diff) |
updates
Diffstat (limited to 'ilex')
-rw-r--r-- | ilex/configuration.nix | 20 |
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 = { |