Move gitea secret to sops
This commit is contained in:
parent
cb763b8d19
commit
8657848bf1
2 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
||||||
"--recreate-lock-file"
|
"--recreate-lock-file"
|
||||||
"--no-write-lock-file"
|
"--no-write-lock-file"
|
||||||
"-L" # print build logs
|
"-L" # print build logs
|
||||||
|
"--impure" # unfortunately...
|
||||||
];
|
];
|
||||||
dates = "daily";
|
dates = "daily";
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ config, ... }: {
|
{ config, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
../../impure-secrets.nix
|
/run/secrets/services/gitea.nix
|
||||||
];
|
];
|
||||||
services.gitea = {
|
services.gitea = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue