Compare commits

..

No commits in common. "ae2c9694c55ac12e789cc287a0e2d3a1d1d5cd39" and "4daf2f851ba47e3ee1cb633e42c57386743a5527" have entirely different histories.

View File

@ -36,10 +36,9 @@
unzip unzip
wget wget
zip zip
mosh
]; ];
programs.mosh.enable = true;
mailserver = { mailserver = {
enable = true; enable = true;
debug = false; debug = false;
@ -216,10 +215,6 @@
sopsFile = ./secrets/gitea_mail_pw_hash.yaml; sopsFile = ./secrets/gitea_mail_pw_hash.yaml;
}; };
sops.secrets."asmir_mail_pw_hash" = {
sopsFile = ./secrets/asmir_mail_pw_hash.yaml;
};
sops.secrets."gitea_db" = { sops.secrets."gitea_db" = {
sopsFile = ./secrets/gitea_db.yaml; sopsFile = ./secrets/gitea_db.yaml;
owner = config.users.users.gitea.name; owner = config.users.users.gitea.name;