From 5863d1b936ed8a4ddf0807cf7886c626359f2d4f Mon Sep 17 00:00:00 2001 From: "Else, Someone" Date: Thu, 9 Oct 2025 04:30:07 +0300 Subject: [PATCH] fixup! profiles: init (vsock ssh &c.) --- profiles/uvms-users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/uvms-users.nix b/profiles/uvms-users.nix index abe7c80..a11cd25 100644 --- a/profiles/uvms-users.nix +++ b/profiles/uvms-users.nix @@ -49,7 +49,7 @@ in }; }; } - (lib.mkIf cfg.deployPubkeys { + (lib.mkIf cfg.pubkeys.ssh { users.users.root.openssh = { inherit authorizedKeys; }; users.users.user.openssh = { inherit authorizedKeys; }; })