Compare commits

..

2 Commits

Author SHA1 Message Date
ae2c9694c5 magpie/programs: enable mosh 2023-10-20 21:41:23 +02:00
91b0c91c9c magpie/mail: add account "asmir" 2023-10-20 21:38:28 +02:00

View File

@ -36,9 +36,10 @@
unzip unzip
wget wget
zip zip
mosh
]; ];
programs.mosh.enable = true;
mailserver = { mailserver = {
enable = true; enable = true;
debug = false; debug = false;
@ -215,6 +216,10 @@
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;