From 371541b4c480ba2400cf6b5a3ef380eee9cc48bb Mon Sep 17 00:00:00 2001 From: edef Date: Mon, 20 Jun 2022 09:24:29 +0000 Subject: fleet/pkgs/naut: simplify down to a single channel and a single repo We have a single repository (the monorepo), and a single project channel worth reporting to (Ripple's). Change-Id: I17d84b610639d7eed422d6a7032908d21143a582 --- fleet/hosts/trieste/naut.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'fleet/hosts') diff --git a/fleet/hosts/trieste/naut.nix b/fleet/hosts/trieste/naut.nix index 8b94492..5b219ac 100644 --- a/fleet/hosts/trieste/naut.nix +++ b/fleet/hosts/trieste/naut.nix @@ -6,10 +6,6 @@ let socket = "/run/naut/naut.sock"; proxySocket = "/run/naut-proxy/naut.sock"; - - config = { - "#ripple" = [ "ripple" "ripple-website" ]; - }; in { systemd.sockets.naut-proxy = { wantedBy = [ "sockets.target" ]; @@ -26,7 +22,6 @@ in { wantedBy = [ "multi-user.target" ]; environment.NAUT_SOCK = socket; - environment.NAUT_CONFIG = (pkgs.formats.toml {}).generate "naut.toml" config; serviceConfig = { ExecStart = "${pkgs.naut}/bin/naut"; @@ -42,7 +37,6 @@ in { declarative.git.hooks.post-receive = [ (pkgs.writeShellScript "nautify" '' { - pwd cat } | nc -UN ${proxySocket} '') -- cgit 1.4.1