Reformat restic module
This commit is contained in:
parent
5f56b5a3a7
commit
f0e2843d19
|
@ -48,23 +48,20 @@ in
|
||||||
{
|
{
|
||||||
options.sbruder.restic = {
|
options.sbruder.restic = {
|
||||||
enable = lib.mkEnableOption "restic";
|
enable = lib.mkEnableOption "restic";
|
||||||
timerConfig =
|
timerConfig = lib.recursiveUpdate
|
||||||
lib.recursiveUpdate
|
((builtins.elemAt
|
||||||
(
|
(builtins.elemAt
|
||||||
(builtins.elemAt
|
options.services.restic.backups.type.getSubModules
|
||||||
(builtins.elemAt
|
0
|
||||||
options.services.restic.backups.type.getSubModules
|
).imports
|
||||||
0
|
0)
|
||||||
).imports
|
{ name = ""; }).options.timerConfig
|
||||||
0)
|
{
|
||||||
{ name = ""; }
|
default = {
|
||||||
).options.timerConfig
|
OnCalendar = "20:00";
|
||||||
{
|
RandomizedDelaySec = "2h";
|
||||||
default = {
|
|
||||||
OnCalendar = "20:00";
|
|
||||||
RandomizedDelaySec = "2h";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|
Loading…
Reference in a new issue