mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -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
|
{flake, ...}: let
|
||||||
inherit (flake.config.people) user0;
|
inherit (flake.config.people) user0;
|
||||||
inherit (flake.config.people.user.${user0}) git;
|
inherit (flake.config.people.user.${user0}) paths;
|
||||||
in {
|
in {
|
||||||
sops = {
|
sops = {
|
||||||
secrets = {
|
secrets = {
|
||||||
|
@ -15,7 +15,7 @@ in {
|
||||||
mode = "600";
|
mode = "600";
|
||||||
};
|
};
|
||||||
"discord-token" = {
|
"discord-token" = {
|
||||||
path = "${git.path0}/zookeeper/.env";
|
path = "${paths.path0}/zookeeper/.env";
|
||||||
owner = user0;
|
owner = user0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue