spell check
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
config = lib.mkIf config.sysconfig.opts.virtualization.gitea.enable {
|
||||
|
||||
sops.secrets = {
|
||||
"gitea/db_pass" = {};
|
||||
"gitea/dbpass" = {};
|
||||
};
|
||||
|
||||
services.openssh.ports = [
|
||||
@@ -42,7 +42,7 @@
|
||||
};
|
||||
|
||||
extraFlags = [
|
||||
"--load-credential=dbpass:${config.sops.secrets."gitlab/db_pass".path}"
|
||||
"--load-credential=dbpass:${config.sops.secrets."gitlab/dbpass".path}"
|
||||
];
|
||||
config = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user