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; }; })