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