This commit is contained in:
John Lancaster
2026-04-01 15:57:51 -05:00
parent c4cf7c8096
commit 86bb800886
-2
View File
@@ -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" ''