Changed signing key path to absolute

This commit is contained in:
2025-10-28 14:56:52 -04:00
parent dbab6f8d32
commit 6d5efdf451

View File

@@ -27,7 +27,7 @@ in
};
signing = {
format = "ssh";
key = "~/.ssh/id_ed25519_sk_rk.pub";
key = "${config.home.homeDirectory}/.ssh/id_ed25519_sk_rk.pub";
signByDefault = true;
};
};