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

7 lines
105 B
Nix

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