mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: updated git path
This commit is contained in:
parent
f803a28a38
commit
6a98266619
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue