.dotfiles/profiles/server/common/restic.nix
2024-10-23 11:45:14 +02:00

8 lines
102 B
Nix

{ lib, config, ... }:
{
config = lib.mkIf config.swarselsystems.server.restic {
# TODO
};
}