mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-24 21:26:59 +01:00
borg module: use enabled option
This commit is contained in:
parent
4cd8ad24f2
commit
b5ab31cbd5
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
sops.secrets = {
|
||||
monitMailserverConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue