Suppression horaire par défault sur le client restic

merge-requests/14/head
RatCornu 2025-06-22 18:45:06 +02:00
parent d2ec7cddf1
commit 11c19d92a4
No known key found for this signature in database
GPG Key ID: B3BE02E379E6E8E2
8 changed files with 14 additions and 1 deletions

View File

@ -17,6 +17,8 @@
srvNat.enable = true;
};
resticClient.when = "01:23";
homeNounou.enable = false;
users.root.passwordFile = ../../../secrets/apprentix/root.age;

View File

@ -20,6 +20,8 @@
};
};
resticClient.when = "02:34";
services = {
acme.enable = true;
};

View File

@ -16,6 +16,8 @@
id = "40";
srvNat.enable = true;
};
resticClient.when = "03:45";
};
system.stateVersion = "24.11";

View File

@ -23,6 +23,8 @@
};
};
resticClient.when = "04:56";
services = {
acme.enable = true;
coturn.enable = true;

View File

@ -16,6 +16,8 @@
id = "39";
srvNat.enable = true;
};
resticClient.when = "06:18";
};
system.stateVersion = "23.11";

View File

@ -18,6 +18,8 @@
interface = "ens19";
};
};
resticClient.when = "07:29";
};
system.stateVersion = "23.11";

View File

@ -16,6 +16,8 @@
id = "59";
srvNat.enable = true;
};
resticClient.when = "04:44";
};
system.stateVersion = "24.05";

View File

@ -31,7 +31,6 @@ in
when = mkOption {
type = types.str;
default = "00:00";
example = "05:42";
description = "À quelle heure faire les backups.";
};