feat: updated git path

This commit is contained in:
Nick 2024-10-20 00:30:21 -05:00
parent f803a28a38
commit 6a98266619

View file

@ -1,6 +1,6 @@
{flake, ...}: let
inherit (flake.config.people) user0;
inherit (flake.config.people.user.${user0}) git;
inherit (flake.config.people.user.${user0}) paths;
in {
sops = {
secrets = {
@ -15,7 +15,7 @@ in {
mode = "600";
};
"discord-token" = {
path = "${git.path0}/zookeeper/.env";
path = "${paths.path0}/zookeeper/.env";
owner = user0;
};
};