From 86bb8008865b086edeab4d8004ffdc6aa5353c7d Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:57:51 -0500 Subject: [PATCH] prune --- modules/hosts/john-pc/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/hosts/john-pc/default.nix b/modules/hosts/john-pc/default.nix index 3630499..7fa99f1 100644 --- a/modules/hosts/john-pc/default.nix +++ b/modules/hosts/john-pc/default.nix @@ -12,8 +12,6 @@ in flake.modules.homeManager."${hostname}" = { config, pkgs, lib, ... }: let flakeDir = "${config.xdg.configHome}/home-manager/jsl-dendritic"; - certDir = "${config.mtls.certDir}"; - mtlsBundle = "${certDir}/${config.mtls.bundleFilename}"; resticPasswordFile = "${config.xdg.configHome}/restic/password.txt"; testPushCmd = (pkgs.writeShellScriptBin "test-push" ''