From 7d9edd29c7b92c77d05026167050c621174a98d8 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 6 Mar 2024 12:13:21 +0100 Subject: [PATCH] oops lol !!!! --- modules/services/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/ssh.nix b/modules/services/ssh.nix index 53f20538..a60a9210 100644 --- a/modules/services/ssh.nix +++ b/modules/services/ssh.nix @@ -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; }; };