update path

This commit is contained in:
zackartz 2024-05-24 11:50:57 -04:00
parent a44beb2f82
commit 1db4de5522
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -21,32 +21,32 @@ in {
config = mkIf cfg.enable {
age.secrets = {
gitlab_db = {
file = ../sec/gitlab_db.age;
file = ./sec/gitlab_db.age;
owner = user;
group = group;
};
gitlab_initpw = {
file = ../sec/gitlab_initpw.age;
file = ./sec/gitlab_initpw.age;
owner = user;
group = group;
};
gitlab_otp = {
file = ../sec/gitlab_otp.age;
file = ./sec/gitlab_otp.age;
owner = user;
group = group;
};
gitlab_pw = {
file = ../sec/gitlab_pw.age;
file = ./sec/gitlab_pw.age;
owner = user;
group = group;
};
gitlab_sec = {
file = ../sec/gitlab_sec.age;
file = ./sec/gitlab_sec.age;
owner = user;
group = group;
};
gitlab_runner = {
file = ../sec/gitlab_runner.age;
file = ./sec/gitlab_runner.age;
};
};