new public key
This commit is contained in:
parent
99de6e7528
commit
22f5724b8e
|
@ -18,17 +18,12 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
#sops.secrets."postgres/gitea_dbpass" = {
|
|
||||||
# sopsFile = ../.secrets/postgres.yaml; # bring your own password file
|
|
||||||
# owner = config.services.gitea.user;
|
|
||||||
#};
|
|
||||||
|
|
||||||
services.gitea = {
|
services.gitea = {
|
||||||
enable = true;
|
enable = true;
|
||||||
appName = "Fallingsky04's Gitea Server <3"; # Give the site a name
|
appName = "Fallingsky04's Gitea Server <3"; # Give the site a name
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
passwordFile = "/run/keys/gitea-dbpassword"; # config.sops.secrets."postgres/gitea_dbpass".path
|
passwordFile = "/run/keys/gitea-dbpassword";
|
||||||
};
|
};
|
||||||
settings.server = {
|
settings.server = {
|
||||||
DOMAIN = "git.skymath.duckdns.org";
|
DOMAIN = "git.skymath.duckdns.org";
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
c/1P958N3SWSZHsuY+E2OMB2tC+jFfJ1Hkqc752N+Bc=
|
HmG6Xcyo4jfE+uhJkEjK+IGref4peV5easEbxx2l0W4=
|
||||||
|
|
Loading…
Reference in New Issue