From 3eb13c3da116b0b295f22a96ead946a29e17ab2e Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 3 Oct 2025 01:51:29 -0500 Subject: [PATCH] feat: changed discord token path --- systems/mars/config/sops.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/mars/config/sops.nix b/systems/mars/config/sops.nix index 9fad1f2..5a1e2fd 100755 --- a/systems/mars/config/sops.nix +++ b/systems/mars/config/sops.nix @@ -17,7 +17,7 @@ in mode = "600"; }; "discord-token" = { - path = "${paths.path0}/zookeeper/.env"; + path = "./.config/zookeeper/.env"; owner = user0; }; };