commented out certs for restic

This commit is contained in:
John Lancaster
2026-03-11 18:31:41 -05:00
parent 7a5c96284f
commit c3e80bb91a

View File

@@ -12,11 +12,11 @@ in
rebuild
zsh
john
desktop
docker
ssh
resticprofile
sops
docker
desktop
];
home.packages = with pkgs; [
@@ -52,8 +52,8 @@ in
default = {
"inherit" = "base";
repository = "rest:https://soteria.john-stream.com/john-ubuntu";
cacert = "${config.home.homeDirectory}/.step/certs/root_ca.crt";
tls-client-cert = "${config.home.homeDirectory}/.step/certs/mtls.pem";
# cacert = "${config.home.homeDirectory}/.step/certs/root_ca.crt";
# tls-client-cert = "${config.home.homeDirectory}/.step/certs/mtls.pem";
backup = {
source = [
"${config.xdg.userDirs.documents}"