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