mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +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 = {
|
sops.secrets = {
|
||||||
monitMailserverConfig = {
|
monitMailserverConfig = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue