fixup! cluster/services/gitlab: move from VEGAS/gitlab
This commit is contained in:
parent
18a376e8dd
commit
dabebbae57
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ let
|
||||||
owner = "gitlab";
|
owner = "gitlab";
|
||||||
group = "gitlab";
|
group = "gitlab";
|
||||||
mode = "0400";
|
mode = "0400";
|
||||||
file = ../../../../secrets/${name}.age;
|
file = ../../../secrets/${name}.age;
|
||||||
};
|
};
|
||||||
|
|
||||||
secrets = lib.mapAttrs (_: v: v.path) config.age.secrets;
|
secrets = lib.mapAttrs (_: v: v.path) config.age.secrets;
|
||||||
|
|
Loading…
Reference in a new issue