Update secrets
This commit is contained in:
parent
1fe304a3d2
commit
f762e6b4dc
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
{ pkgs, config, hostname, ... }: {
|
{ pkgs, config, hostname, ... }: {
|
||||||
sops.secrets."forgejo_token" = {
|
|
||||||
owner = "root";
|
# Set up the secret for the password:
|
||||||
|
sops.secrets."services/forgejo_token" = {
|
||||||
|
owner = "forgejo_token";
|
||||||
sopsFile = ../../../secrets/secrets.yaml;
|
sopsFile = ../../../secrets/secrets.yaml;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue