Move gitea secret to sops

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-17 12:00:18 +01:00
parent cb763b8d19
commit 8657848bf1
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@
"--recreate-lock-file"
"--no-write-lock-file"
"-L" # print build logs
"--impure" # unfortunately...
];
dates = "daily";
};

View file

@ -1,6 +1,6 @@
{ config, ... }: {
imports = [
../../impure-secrets.nix
/run/secrets/services/gitea.nix
];
services.gitea = {
enable = true;