Compare commits
2 Commits
4daf2f851b
...
ae2c9694c5
Author | SHA1 | Date | |
---|---|---|---|
ae2c9694c5 | |||
91b0c91c9c |
@ -36,9 +36,10 @@
|
||||
unzip
|
||||
wget
|
||||
zip
|
||||
mosh
|
||||
];
|
||||
|
||||
programs.mosh.enable = true;
|
||||
|
||||
mailserver = {
|
||||
enable = true;
|
||||
debug = false;
|
||||
@ -215,6 +216,10 @@
|
||||
sopsFile = ./secrets/gitea_mail_pw_hash.yaml;
|
||||
};
|
||||
|
||||
sops.secrets."asmir_mail_pw_hash" = {
|
||||
sopsFile = ./secrets/asmir_mail_pw_hash.yaml;
|
||||
};
|
||||
|
||||
sops.secrets."gitea_db" = {
|
||||
sopsFile = ./secrets/gitea_db.yaml;
|
||||
owner = config.users.users.gitea.name;
|
||||
|
Loading…
Reference in New Issue
Block a user