From 42efb3b08a489938f6aea96adb3bc928b6317773 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 17 Aug 2020 10:44:55 +0100 Subject: Support build-briefcase.sh For now, I'm supporting two CI pipelines: - build-socrates - build-briefcase Conceptually, build-briefcase should cover what build-socrates does now, but eventually I would like build-socrates to call `switch-to-configuration` so that all of my websites, etc. stay fresh. --- nixos/socrates/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/socrates') diff --git a/nixos/socrates/default.nix b/nixos/socrates/default.nix index ebb62036bd8f..3891123850d5 100644 --- a/nixos/socrates/default.nix +++ b/nixos/socrates/default.nix @@ -118,7 +118,7 @@ in { # systemd.services.monzo-token-server = { # enable = true; # description = "Ensure my Monzo access token is valid"; - # script = "${briefcase.monzo_ynab.tokens}/bin/token-server"; + # script = "${briefcase.tools.monzo_ynab.tokens}/bin/token-server"; # # TODO(wpcarro): I'm unsure of the size of this security risk, but if a # # non-root user runs `systemctl cat monzo-token-server`, they could read the # # following, sensitive environment variables. -- cgit 1.4.1