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