{ lib, config, pkgs, ... }: { services.borgbackup.repos = { default = { quota = "100G"; allowSubRepos = true; authorizedKeys = [ # todo rename (lib.fileContents ) ]; }; }; }