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"
|
||||
"--no-write-lock-file"
|
||||
"-L" # print build logs
|
||||
"--impure" # unfortunately...
|
||||
];
|
||||
dates = "daily";
|
||||
};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ config, ... }: {
|
||||
imports = [
|
||||
../../impure-secrets.nix
|
||||
/run/secrets/services/gitea.nix
|
||||
];
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue