commented out certs for restic
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user