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