This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

module: don't write code while drunk at 4 am

+2 -2
+2 -2
module.nix
··· 181 181 ExecStart = lib.getExe' tangledPkgs.knotserver "knotserver"; 182 182 Restart = "always"; 183 183 184 - StateDirectory = mkIf (lib.hasPrefix "/var/lib/tangled-knotserver" cfg.repo.scanPath) "tangled-knotserver"; 184 + StateDirectory = mkIf (lib.hasPrefix "/var/lib/tangled-knot" cfg.repo.scanPath) "tangled-knot"; 185 185 EnvironmentFile = mkIf (cfg.environmentFile != null) cfg.environmentFile; 186 186 # TODO: hardening 187 187 }; 188 188 189 189 environment = { 190 - KNOT_REPO_SCANPATH = cfg.repo.scanPath; 191 190 APPVIEW_ENDPOINT = cfg.appviewEndpoint; 191 + KNOT_REPO_SCAN_PATH = cfg.repo.scanPath; 192 192 KNOT_SERVER_INTERNAL_LISTEN_ADDR = cfg.server.internalListenAddr; 193 193 KNOT_SERVER_LISTEN_ADDR = cfg.server.listenAddr; 194 194 KNOT_SERVER_HOSTNAME = cfg.server.hostname;