oops lol !!!!

This commit is contained in:
jacekpoz 2024-03-06 12:13:21 +01:00
parent f52134322c
commit 7d9edd29c7
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -50,7 +50,7 @@ in {
};
publicKey = mkOption {
description = "public key used for picking the correct key from the ssh-agent";
type = with types; nullOr path;
type = with types; nullOr str;
default = null;
};
};