Prefer File in option names over Path

This commit is contained in:
SebastianStork 2026-02-24 13:27:24 +01:00
parent ff6db45c0e
commit ef2b10f22c
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
6 changed files with 18 additions and 18 deletions

View file

@ -8,7 +8,7 @@
{
options.custom.programs.ssh = {
enable = lib.mkEnableOption "";
publicKeyPath = lib.mkOption {
publicKeyFile = lib.mkOption {
type = lib.types.path;
default = "${self}/users/${config.home.username}/@${osConfig.networking.hostName}/keys/ssh.pub";
};