forked from poz/niksos
oops lol !!!!
This commit is contained in:
parent
f52134322c
commit
7d9edd29c7
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ in {
|
||||||
};
|
};
|
||||||
publicKey = mkOption {
|
publicKey = mkOption {
|
||||||
description = "public key used for picking the correct key from the ssh-agent";
|
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;
|
default = null;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue