From c3e80bb91a4d8bbabf3058c6918613e722011c04 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Wed, 11 Mar 2026 18:31:41 -0500 Subject: [PATCH] commented out certs for restic --- modules/hosts/john-pc-ubuntu.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/hosts/john-pc-ubuntu.nix b/modules/hosts/john-pc-ubuntu.nix index c4e7331..82fd494 100644 --- a/modules/hosts/john-pc-ubuntu.nix +++ b/modules/hosts/john-pc-ubuntu.nix @@ -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}"