feat: prepare restic on winters

This commit is contained in:
Swarsel 2024-10-20 01:08:25 +02:00
parent 3e74316245
commit fc79159732
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 28 additions and 5 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, lib, config, ... }:
{
config = lib.mkIf config.swarselsystems.server.restic {
# TODO
}