add mailmover
This commit is contained in:
parent
9fa0311a30
commit
94647074cf
5 changed files with 49 additions and 18 deletions
|
|
@ -115,6 +115,11 @@
|
|||
];
|
||||
services.xynoblog.enable = true;
|
||||
programs.mosh.enable = true;
|
||||
ragon.agenix.secrets."mailmoverConf" = { };
|
||||
services.mailmover = {
|
||||
enable = true;
|
||||
configFile = config.age.secrets.mailmoverConf.path;
|
||||
};
|
||||
ragon = {
|
||||
cli.enable = true;
|
||||
user.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue